HID APPROVE SDK
5.14
HID Approve SDK for Windows .NET
|
Represents a key identifier. More...
Public Member Functions | |
KeyId (string id) | |
Initializes a new instance of KeyId More... | |
![]() | |
Identifier () | |
Initializes a new instance of Identifier with unspecified native id and type. More... | |
Identifier (Identifier identifier) | |
Initializes a new instance of Identifier as a copy of the specified Identifier. More... | |
Identifier (string id, string type) | |
Initializes a new instance of Identifier with the specified native id and type. More... | |
Public Attributes | |
const string | TypeName = "KEY" |
The identifier type. More... | |
Additional Inherited Members | |
![]() | |
string | Id [get, set] |
Native identifier of the object. More... | |
string | Type [get, set] |
Type of the object. More... | |
Represents a key identifier.
|
inline |
Initializes a new instance of KeyId
id |
const string HIDIA.Transaction.KeyId.TypeName = "KEY" |
The identifier type.