Enum EbicsFingerprintPart
public enum EbicsFingerprintPart
Fields
FirstHalf = 2Returns only the first half of the fingerprint as a sequence of hey digits.
Multiline = 0Formats fingerprint as two lines of hex digits separated by a newline sequence.
SecondHalf = 3Returns only the second half of the fingerprint as a sequence of hey digits.
Singleline = 1Formats fingerprint as a single line of hey digits.