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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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 to policy instance
(Defined by ExtensionMethods)
Public Extension MethodToPolicyInstance Convert an IPolicy to a policy instance
(Defined by SecurityExtensions)
Top
See Also