HID APPROVE SDK  5.14
HID Approve SDK for Windows .NET
HIDIA.Transaction.IPasswordPromptEvent Interface Reference

a progress event used to report progress More...

Inheritance diagram for HIDIA.Transaction.IPasswordPromptEvent:
HIDIA.Transaction.IProgressEvent

Static Public Attributes

static string CONTAINER_POLICY = "containerPolicy"
 The policy of the container More...
 
static string KEY_POLICY = "keyPolicy"
 The policy of the key More...
 
static string POLICY_TYPE = "type"
 the type of the policy : container or key specific More...
 

Properties

long ExpiryDate [get]
 the date/time at which the operation expires More...
 
bool PasswordInitialization [get]
 indicates whether the password is required for initialization or for verification. More...
 
IPasswordPolicy PasswordPolicy [get]
 the password policy requested More...
 
- Properties inherited from HIDIA.Transaction.IProgressEvent
string Id [get]
 The type identifier of this event. More...
 
IReadOnlyList< ParameterParameters [get]
 The event metadata parameters. More...
 

Detailed Description

a progress event used to report progress

Member Data Documentation

◆ CONTAINER_POLICY

string HIDIA.Transaction.IPasswordPromptEvent.CONTAINER_POLICY = "containerPolicy"
static

The policy of the container

◆ KEY_POLICY

string HIDIA.Transaction.IPasswordPromptEvent.KEY_POLICY = "keyPolicy"
static

The policy of the key

◆ POLICY_TYPE

string HIDIA.Transaction.IPasswordPromptEvent.POLICY_TYPE = "type"
static

the type of the policy : container or key specific

Property Documentation

◆ ExpiryDate

long HIDIA.Transaction.IPasswordPromptEvent.ExpiryDate
get

the date/time at which the operation expires

◆ PasswordInitialization

bool HIDIA.Transaction.IPasswordPromptEvent.PasswordInitialization
get

indicates whether the password is required for initialization or for verification.

◆ PasswordPolicy

IPasswordPolicy HIDIA.Transaction.IPasswordPromptEvent.PasswordPolicy
get

the password policy requested