Свойство | Тип | Описание | |
---|---|---|---|
Flags | uint | ||
ProviderUID | byte[] | ||
Version | uint |
Метод | Описание | |
---|---|---|
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. |
Результат | 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. |
Результат | System |
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of an ActionBlock instance. |
Результат | uint |