Click or drag to resize

IPolicyInstance Interface

Represents a policy instance which

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IPolicyInstance

The IPolicyInstance type exposes the following members.

Properties
  NameDescription
Public propertyPolicy
Security policy instance
Public propertyRule
Gets the policy grant
Public propertySecurable
Gets the securable
Top
Extension Methods
  NameDescription
Public Extension MethodToPolicyInstance
Convert an IPolicy to a policy instance
(Defined by SecurityExtensions.)
Top
See Also