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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.