Enum FinSecurityMediaType
Enumerates the known security media types.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinSecurityMediaType
Fields
Name | Description |
---|---|
KeyFile | The security media is a key file. The security media ID is the complete filename including path. |
None | Indicates no security media or a manual security media such as a TAN-list. |
SmartCard | The security media is a smart card. The security media ID is the unique smart card serial number (ICCSN or similar). |
Void | No external security media for this one. The secret keys are simply stored as encrypted blobs in the FinContact. This type is implemented by the FinSecurityMediaVoid class. |