Class SecureModeConfig
This class contains the LLRP Secure Connection Info
Inheritance
System.Object
SecureModeConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class SecureModeConfig
Constructors
SecureModeConfig()
LLRPConnectionConfig contructor
Declaration
public SecureModeConfig()
Properties
SecureMode
Secure Mode
Declaration
public bool SecureMode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ValidatePeerCert
Validate peer certificate
Declaration
public bool ValidatePeerCert { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |