Свойство | Type | Description | |
---|---|---|---|
Flags | uint | ||
ProviderUID | byte[] | ||
Version | uint |
Méthode | 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 |
Deserialized byte array to an ActionBlock instance
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this struct
|
|
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. |
Résultat | 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. |
Résultat | System |
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of an ActionBlock instance. |
Résultat | uint |