HID APPROVE SDK
5.14
HID Approve SDK for Windows .NET
|
Base interface for OTP generators. More...
Public Member Functions | |
Task< AlgorithmParameters > | GetAlgorithmParameters () |
The structure containing all of the algorithm parameters for OTP generator. More... | |
string | GetName () |
The name of the generator. TOTP, HOTP, OCRA,... More... | |
string | GetStandardVersion () |
The version of OTP generator RFC standard. More... | |
string | GetType () |
The type of OTP generator. More... | |
string | GetVersion () |
The version of OTP generator. More... | |
Base interface for OTP generators.
Task<AlgorithmParameters> HIDIA.Transaction.OTP.IOTPGenerator.GetAlgorithmParameters | ( | ) |
string HIDIA.Transaction.OTP.IOTPGenerator.GetName | ( | ) |
The name of the generator. TOTP, HOTP, OCRA,...
string HIDIA.Transaction.OTP.IOTPGenerator.GetStandardVersion | ( | ) |
string HIDIA.Transaction.OTP.IOTPGenerator.GetType | ( | ) |
The type of OTP generator.
Supported types:
string HIDIA.Transaction.OTP.IOTPGenerator.GetVersion | ( | ) |
The version of OTP generator.