Enum EbicsSecurityMediumType

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

Enumerates the physical types of security mediums.

public enum EbicsSecurityMediumType

Fields

File = 1

File based security medium implementation. The default implementation of this type is EbicsSecurityMediumFileSMB.

KeyStore = 4

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 = 2

Smart card based security medium implementation.

Undefined = 0

Type of security medium not initialised.

Void = 3

No physical security medium needed. The default implementation of this type is EbicsSecurityMediumVoid.