Class FinDistSignerInfo
Information about a present or expected digital signature.
Inheritance
System.Object
FinDistSignerInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDistSignerInfo
Properties
BankCode
Declaration
public string BankCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryCode
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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
Type | Description |
---|---|
System.Int32 |
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UserID
Declaration
public string UserID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |