Class FinDistSignerInfo

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Information about a present or expected digital signature.

public class FinDistSignerInfo
Inheritance
FinDistSignerInfo
Inherited Members

Properties

BankCode

public string BankCode { get; set; }

Property Value

string

CountryCode

public string CountryCode { get; set; }

Property Value

string

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

int

Timestamp

public DateTime Timestamp { get; set; }

Property Value

DateTime

UserID

public string UserID { get; set; }

Property Value

string

UserName

public string UserName { get; set; }

Property Value

string