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 FinSecurityMediaPassphraseFlagsFields
- AdminPinRequired = 8
- For all write accesses a special admin PIN must be verified through AuthenticateAdmin(string, string) 
- CanChange = 2
- The security media allows changing the passphrase. 
- None = 0
- No particular flags apply. 
- Numeric = 1
- The given passphrase may consist of digits only. 
- UserNameRequired = 4
- In 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.