HID APPROVE SDK
5.14
HID Approve SDK for Windows .NET
|
Represents an asymmetric key pair. More...
Public Member Functions | |
Task< byte[]> | GetPrivateKeyEncoded () |
Gets the private key in its primary encoding format. More... | |
Task< byte[]> | GetPrivateKeyEncoded (char[] password) |
Gets the private key in its primary encoding format. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
KeyId | Id [get] |
The key identifier. More... | |
Represents an asymmetric key pair.
Task<byte[]> HIDIA.Transaction.IKeypair.GetPrivateKeyEncoded | ( | ) |
Gets the private key in its primary encoding format.
Task<byte[]> HIDIA.Transaction.IKeypair.GetPrivateKeyEncoded | ( | char [] | password | ) |
Gets the private key in its primary encoding format.
password | the key password |