HID APPROVE SDK  5.14
HID Approve SDK for Windows .NET
HIDIA.Transaction.OTP Namespace Reference

The HIDIA.Transaction.OTP namespace provides the OTP generation features. More...

Classes

class  AlgorithmParameters
 Defines the abstract class for algorithm parameters. More...
 
class  HOTPParameters
 Defines the HOTP algorithm parameters. More...
 
interface  IAsyncOTPGenerator
 Generates OTP based on challenge provided externally. More...
 
class  IAsyncOTPGeneratorMode
 Defines built-in usage modes for IAsyncOTPGenerator. More...
 
class  InputAlgorithmParameters
 Defines algorithm parameters provided externally. More...
 
class  InputOCRAParameters
 Defines OCRA algorithm parameters set by the API consumer. More...
 
class  InvalidChallengeBadFormatException
 The challenge does not have the format expected by the OTP configuration. More...
 
class  InvalidChallengeTooLongException
 The challenge is too long with respect to the OTP configuration. More...
 
interface  IOTPGenerator
 Base interface for OTP generators. More...
 
interface  ISyncOTPGenerator
 Generates OTP based on an internal challenge (time or event based). More...
 
class  OCRAParameters
 Defines the OCRA algorithm parameters. More...
 
class  OCRASuite
 Defines OCRA suite settings as per RFC6287. More...
 
class  TOTPParameters
 Defines the TOTP algorithm parameters. More...
 

Detailed Description

The HIDIA.Transaction.OTP namespace provides the OTP generation features.