Class FinDistSignerInfo
Information about a present or expected digital signature.
public class FinDistSignerInfo
- Inheritance
-
FinDistSignerInfo
- Inherited Members
Properties
BankCode
public string BankCode { get; set; }
Property Value
CountryCode
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.
public int SignatureKind { get; set; }
Property Value
Timestamp
public DateTime Timestamp { get; set; }
Property Value
UserID
public string UserID { get; set; }
Property Value
UserName
public string UserName { get; set; }