Enum EbicsAuthorisationLevel
The authorization level of an EBICS user.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsAuthorisationLevel
Fields
Name | Description |
---|---|
Null | The authorization level is not known or set. |
PartialSignerA | "A" - In addition to this user, the user "B" must also sign orders. |
PartialSignerB | "B" - In addition to this user, the user "A" must also sign orders. |
SingleSigner | "E" - A signature of this user is sufficient. |
Transport | "T" - This user cannot supply any order signatures, but still may upload unsigned orders that are authorized through VEU or other channels. |