Class SecureConnectionInfo
This class contains additional information for establishing secure connection.
Inheritance
System.Object
SecureConnectionInfo
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 SecureConnectionInfo
Constructors
SecureConnectionInfo()
Declaration
public SecureConnectionInfo()
Properties
ClientCertBuff
LLRP client's certificate data.
Declaration
public string ClientCertBuff { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientKeyBuff
Client's private key data.
Declaration
public string ClientKeyBuff { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ConnStatus
Status of connection.
Declaration
public ulong ConnStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
PhraseBuff
Private Key password.
Declaration
public string PhraseBuff { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RootCertBuff
Root certificate data.
Declaration
public string RootCertBuff { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |