Enum EbicsFingerprintPart
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsFingerprintPart
Fields
Name | Description |
---|---|
FirstHalf | Returns only the first half of the fingerprint as a sequence of hey digits. |
Multiline | Formats fingerprint as two lines of hex digits separated by a newline sequence. |
SecondHalf | Returns only the second half of the fingerprint as a sequence of hey digits. |
Singleline | Formats fingerprint as a single line of hey digits. |