HID APPROVE SDK  5.14
HID Approve SDK for Windows .NET
HIDIA.Transaction.KeyId Class Reference

Represents a key identifier. More...

Inheritance diagram for HIDIA.Transaction.KeyId:
HIDIA.Transaction.Identifier

Public Member Functions

 KeyId (string id)
 Initializes a new instance of KeyId More...
 
- Public Member Functions inherited from HIDIA.Transaction.Identifier
 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

- Properties inherited from HIDIA.Transaction.Identifier
string Id [get, set]
 Native identifier of the object. More...
 
string Type [get, set]
 Type of the object. More...
 

Detailed Description

Represents a key identifier.

Constructor & Destructor Documentation

◆ KeyId()

HIDIA.Transaction.KeyId.KeyId ( string  id)
inline

Initializes a new instance of KeyId

Parameters
id

Member Data Documentation

◆ TypeName

const string HIDIA.Transaction.KeyId.TypeName = "KEY"

The identifier type.