Enum EbicsFingerprintPart

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public enum EbicsFingerprintPart

Fields

FirstHalf = 2

Returns only the first half of the fingerprint as a sequence of hey digits.

Multiline = 0

Formats fingerprint as two lines of hex digits separated by a newline sequence.

SecondHalf = 3

Returns only the second half of the fingerprint as a sequence of hey digits.

Singleline = 1

Formats fingerprint as a single line of hey digits.