Enum FinSecurityMediaPassphraseFlags
A collection of bit flags that is used to describe the properties of a passphrase as required by a security media. See PassphraseFlags.
[Flags]
public enum FinSecurityMediaPassphraseFlags
Fields
AdminPinRequired = 8For all write accesses a special admin PIN must be verified through AuthenticateAdmin(string, string)
CanChange = 2The security media allows changing the passphrase.
None = 0No particular flags apply.
Numeric = 1The given passphrase may consist of digits only.
UserNameRequired = 4In addition to the passphrase an UserName must be passed to Create(string, string, string) and Authenticate(string, string). If this bit is not set, then
nullmay be passed instead of an UserName.