Class FinDistSignerInfo
Information about a present or expected digital signature.
Inheritance
FinDistSignerInfo
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDistSignerInfo
Properties
BankCode
Declaration
public string BankCode { get; set; }
Property Value
CountryCode
Declaration
public string CountryCode { get; set; }
Property Value
SignatureKind
This is a very weird indicator that really makes no good sense. It is only included
for completeness.
Declaration
public int SignatureKind { get; set; }
Property Value
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
UserID
Declaration
public string UserID { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value