Enum FinSignerRole
Role of the signer of a message.
public enum FinSignerRole
Fields
SignerConfirms = 3The signer confirms the signed message.
SignerInitUserKey = 1002Special signature applied to a message that initially submits the user keys to the server.
SignerIsIssuer = 1The signer is the issuer of the signed message.
SignerSyncCustSysID = 1000Internal signature for a synchronisation of the customer system ID.
SignerSyncSigID = 1001Internal signature for a synchronisation of the signature ID.
SignerWitness = 4The 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.