|  | IPolicyDecisionService Interface | 
Namespace: SanteDB.Core.Security.Services
 Syntax
SyntaxThe IPolicyDecisionService type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ServiceName | 
            Gets the service name
            (Inherited from IServiceImplementation.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ClearCache(IPrincipal) | 
            Clear the policy cache for the specified principal
             | 
|  | ClearCache(String) | 
            Clear the policy cache for the specified principal
             | 
|  | GetEffectivePolicySet | 
            Get all active policies for the specified securable type
             | 
|  | GetPolicyDecision | 
            Make a simple policy decision for a specific securable
             | 
|  | GetPolicyOutcome | 
            Get a policy decision outcome (i.e. make a policy decision)
             | 
 See Also
See Also