Enum EbicsFingerprintPart
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.