Property | Type | Description | |
---|---|---|---|
Flags | uint | ||
ProviderUID | byte[] | ||
Version | uint |
Method | Description | |
---|---|---|
AddressBookEntryId ( ) : System |
Initializes a new instance of the AddressBookEntryId class.
|
|
AddressBookEntryId ( string valueOfx500DN ) : System |
Initializes a new instance of the AddressBookEntryId class.
|
|
AddressBookEntryId ( string valueOfx500DN, ObjectTypes types ) : System |
Initializes a new instance of the AddressBookEntryId class.
|
|
Deserialize ( byte buffer ) : uint |
De-serialized byte array to an ActionBlock instance
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this structure
|
|
Size ( ) : int |
Get size of this class
|
public AddressBookEntryId ( string valueOfx500DN ) : System | ||
valueOfx500DN | string | The X500 DN of the Address Book object. This must not be a null-terminated string |
return | System |
public AddressBookEntryId ( string valueOfx500DN, ObjectTypes types ) : System | ||
valueOfx500DN | string | The X500 DN of the Address Book object. This must not be a null-terminated string |
types | ObjectTypes | type of object |
return | System |
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of an ActionBlock instance |
return | uint |