|
HID APPROVE SDK
4.8
HID Approve SDK for Windows .NET
|
The data/key is protected by password. More...
Public Member Functions | |
| Task< bool > | ChangePassword (char[] oldpwdvalue, char[] newpwdvalue) |
| Changes the password bound to the protection policy identified by the protection policyId parameter. More... | |
| Task | VerifyPassword (char[] password) |
| Verifies whether password protecting the key is correct (RSA keys ONLY). More... | |
Properties | |
| int | CacheTimeout [get] |
| The timeout of password cache in seconds. More... | |
| long | CurrentAge [get] |
| Current age of the password. More... | |
| bool | IsCacheEnabled [get] |
| Whether password cache is enabled. More... | |
| int | MaxAge [get] |
| Maximum age in days of the password. More... | |
| int | MaxAlpha [get] |
| Maximum number of alphanumeric characters in password. More... | |
| int | MaxHistory [get] |
| Maximum number of passwords remembered. More... | |
| int | MaxLength [get] |
| Maximum password length. More... | |
| int | MaxLowerCase [get] |
| Maximum number of lower case letters in password. More... | |
| int | MaxNonAlpha [get] |
| Maximum number of non-alphanumeric characters in password. More... | |
| int | MaxNumeric [get] |
| Maximum number of numeric characters in password. More... | |
| int | MaxUpperCase [get] |
| Maximum number of upper case letters in password. More... | |
| int | MinAge [get] |
| Minimum age in days of the password before it can be changed. More... | |
| int | MinAlpha [get] |
| Minimum number of alphanumeric characters in password. More... | |
| int | MinLength [get] |
| Minimum password length. More... | |
| int | MinLowerCase [get] |
| Minimum number of lower case letters in password. More... | |
| int | MinNonAlpha [get] |
| Minimum number of non-alphanumeric characters in password. More... | |
| int | MinNumeric [get] |
| Minimum number of numeric characters in password. More... | |
| int | MinUpperCase [get] |
| Minimum number of upper case letters in password. More... | |
Properties inherited from HIDIA.Transaction.ProtectionPolicy.IProtectionPolicy | |
| ProtectionPolicyId | Id [get] |
| The identifier of that policy. More... | |
| LockPolicy | LockPolicy [get] |
| The lock policy associated to that protection policy. More... | |
| ProtectionPolicyType | Type [get] |
| The type of policy. More... | |
The data/key is protected by password.
| Task<bool> HIDIA.Transaction.ProtectionPolicy.IPasswordPolicy.ChangePassword | ( | char [] | oldpwdvalue, |
| char [] | newpwdvalue | ||
| ) |
Changes the password bound to the protection policy identified by the protection policyId parameter.
New password must respect the defined protection policy restrictions.
| oldpwdvalue | The old password. |
| newpwdvalue | The new password. |
| Task HIDIA.Transaction.ProtectionPolicy.IPasswordPolicy.VerifyPassword | ( | char [] | password | ) |
Verifies whether password protecting the key is correct (RSA keys ONLY).
| password | The key password. |
|
get |
The timeout of password cache in seconds.
|
get |
Current age of the password.
|
get |
Whether password cache is enabled.
|
get |
Maximum age in days of the password.
|
get |
Maximum number of alphanumeric characters in password.
|
get |
Maximum number of passwords remembered.
|
get |
Maximum password length.
|
get |
Maximum number of lower case letters in password.
|
get |
Maximum number of non-alphanumeric characters in password.
|
get |
Maximum number of numeric characters in password.
|
get |
Maximum number of upper case letters in password.
|
get |
Minimum age in days of the password before it can be changed.
|
get |
Minimum number of alphanumeric characters in password.
|
get |
Minimum password length.
|
get |
Minimum number of lower case letters in password.
|
get |
Minimum number of non-alphanumeric characters in password.
|
get |
Minimum number of numeric characters in password.
|
get |
Minimum number of upper case letters in password.