Enum EbicsSecurityMediumState
The state of a security medium.
public enum EbicsSecurityMediumState
Fields
Authenticated = 2The security medium is Authenticate(string)d.
Null = 0The initial state which is also entered by calling Release().
Selected = 1The 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.