Enum FinSignerRole

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

Role of the signer of a message.

public enum FinSignerRole

Fields

SignerConfirms = 3

The signer confirms the signed message.

SignerInitUserKey = 1002

Special signature applied to a message that initially submits the user keys to the server.

SignerIsIssuer = 1

The signer is the issuer of the signed message.

SignerSyncCustSysID = 1000

Internal signature for a synchronisation of the customer system ID.

SignerSyncSigID = 1001

Internal signature for a synchronisation of the signature ID.

SignerWitness = 4

The signer witnesses the signed message.

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.