Enum EbicsSecurityMediumState
The state of a security medium.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsSecurityMediumState
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.
Fields
Name | Description |
---|---|
Authenticated | The security medium is Authenticate(String)d. |
Null | The initial state which is also entered by calling Release(). |
Selected | The security medium was successfully Select(String)ed and must now be Authenticate(String)d. |