HID APPROVE SDK
4.8
HID Approve SDK for Windows .NET
|
Represents a cryptographic key. More...
Public Member Functions | |
Task< string > | GetAlgorithm () |
The standard algorithm name for the key. More... | |
Task< IOTPGenerator > | GetDefaultOTPGenerator () |
Returns the default OTP generator for that key. More... | |
Task< byte[]> | GetEncoded () |
Gets the key in its primary encoding format. More... | |
Task< byte[]> | GetEncoded (char[] password) |
Gets the key in its primary encoding format. More... | |
Task< string > | GetFormat () |
The name of the primary encoding format of this key. More... | |
Task< string > | GetProperty (string name) |
Returns property for that key. More... | |
Task< IProtectionPolicy > | GetProtectionPolicy () |
Returns the protection policy associated with key. More... | |
Task< bool > | IsExtractable () |
Returns true when the key is extractable. More... | |
Properties | |
KeyId | Id [get] |
The key identifier. More... | |
Represents a cryptographic key.
Task<string> HIDIA.Transaction.IKey.GetAlgorithm | ( | ) |
The standard algorithm name for the key.
Task<IOTPGenerator> HIDIA.Transaction.IKey.GetDefaultOTPGenerator | ( | ) |
Task<byte[]> HIDIA.Transaction.IKey.GetEncoded | ( | ) |
Gets the key in its primary encoding format.
Task<byte[]> HIDIA.Transaction.IKey.GetEncoded | ( | char [] | password | ) |
Gets the key in its primary encoding format.
password | the key password |
Task<string> HIDIA.Transaction.IKey.GetFormat | ( | ) |
The name of the primary encoding format of this key.
NotImplementedException |
Task<string> HIDIA.Transaction.IKey.GetProperty | ( | string | name | ) |
Returns property for that key.
name | The key property name. The property name may be any of the following:
|
InternalException |
Task<IProtectionPolicy> HIDIA.Transaction.IKey.GetProtectionPolicy | ( | ) |
Returns the protection policy associated with key.
InternalException |
Task<bool> HIDIA.Transaction.IKey.IsExtractable | ( | ) |
Returns true when the key is extractable.
InternalException |
|
get |
The key identifier.