Enum EbicsSecurityMediumState

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

The state of a security medium.

public enum EbicsSecurityMediumState

Fields

Authenticated = 2

The security medium is Authenticate(string)d.

Null = 0

The initial state which is also entered by calling Release().

Selected = 1

The security medium was successfully Select(string)ed and must now be Authenticate(string)d.

Remarks

The current state of a security medium is provided through the State property of the IEbicsSecurityMedium interface. This enumeration provides the possible values for this property.