Enum FinSignerRole
Role of the signer of a message.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinSignerRole
Remarks
The signer role is passed to the overloaded Sign method of the FinMessage class.
For any ordinary non-repudiation signature on behalf of a human being one of the FinTS defined values SignerIsIssuer, SignerConfirms, or SignerWitness must be used. Refer to the FinTS specification for a description of these roles.
For some special administrative dialog types the signature is automatically created using one of the other roles defined in this enumeration.
Fields
Name | Description |
---|---|
SignerConfirms | The signer confirms the signed message. |
SignerInitUserKey | Special signature applied to a message that initially submits the user keys to the server. |
SignerIsIssuer | The signer is the issuer of the signed message. |
SignerSyncCustSysID | Internal signature for a synchronisation of the customer system ID. |
SignerSyncSigID | Internal signature for a synchronisation of the signature ID. |
SignerWitness | The signer witnesses the signed message. |