Enum EbicsSecurityMediumType
Enumerates the physical types of security mediums.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsSecurityMediumType
Fields
Name | Description |
---|---|
File | File based security medium implementation. The default implementation of this type is EbicsSecurityMediumFileSMB. |
KeyStore | No physical security medium needed. The key is stored in a special secure key storage or an encrypted database. The client code must provide a suitable implementation, there is no default implementation. |
SmartCard | Smart card based security medium implementation. |
Undefined | Type of security medium not initialised. |
Void | No physical security medium needed. The default implementation of this type is EbicsSecurityMediumVoid. |