←Select platform

NetSnk_Encryption Enumeration

Summary

Indicates whether encryption should be used or not. If it uses encryption, it indicates which encryption algorithm to use.

Syntax

C#
VB
C++
            public enum NetSnk_Encryption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             
  
Public Enum NetSnk_Encryption  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class NetSnk_Encryption : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0x00000000NetSnk_Encryption_NoneDo not use encryption.
0x00000001NetSnk_Encryption_RC4Use RC4 encryption.
Requirements

Target Platforms

See Also

Reference

LMNetSnk Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.