Enum FinSecurityMediaPassphraseFlags

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

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 = 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 null may be passed instead of an UserName.