Property | Type | Description | |
---|---|---|---|
Domain | string | ||
Flags | uint | ||
ProviderUID | byte[] | ||
Type | uint | ||
Version | byte[] | ||
X500DN | string |
Method | Description | |
---|---|---|
Deserialize ( byte ropBytes, int startIndex ) : int |
Deserialize the response buffer.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specific object are equals
|
|
GetHashCode ( ) : int |
Return the hash code of this instance.
|
|
Serialize ( ) : byte[] |
Serialize the ROP request buffer.
|
|
Size ( ) : int |
Size of address book EntryId structure.
|
Method | Description | |
---|---|---|
GetAddressValue ( byte values, int &index ) : string |
Get Address Value in the byte array values
|
public Deserialize ( byte ropBytes, int startIndex ) : int | ||
ropBytes | byte | Bytes in response. |
startIndex | int | The start index of this structure. |
return | int |
public Equals ( object obj ) : bool | ||
obj | object | The object that compare with this instance. |
return | bool |