Show / Hide Table of Contents

    Enum AuthorizationRuleAction

    Defines the action that authorization manages needs to take, if specific authorization rule matches an intercepted message.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum AuthorizationRuleAction

    Fields

    Name Description
    Deny

    Transaction should be denied and authorization result should be returned.

    None

    No action should be taken and rule list evaluation should continue. This option is primarily used for linking transactions with Service Level Agreements.

    Permit

    Transaction should be authorized and authorization result should be returned.

    Back to top Nevatech Sentinet 6.5 Online Documentation