Click or drag to resize

PolicyGrantType Enumeration

Policy grant type

Namespace:  SanteDB.Core.Model.Security
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public enum PolicyGrantType
Members
  Member nameValueDescription
Deny0 Represents a policy grant type of deny.
Elevate1 Represnts a policy grant type of elevate.
Grant2 Represents a policy grant type of grant.
See Also