NetSnk_Encryption Enumeration
Summary
Indicates whether encryption should be used or not. If it uses encryption, it indicates which encryption algorithm to use.
Syntax
public enum NetSnk_Encryption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class NetSnk_Encryption : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0x00000000 | NetSnk_Encryption_None | Do not use encryption. |
0x00000001 | NetSnk_Encryption_RC4 | Use RC4 encryption. |