Click or drag to resize

IPolicyDecisionServiceGetPolicyOutcome Method

Get a policy decision outcome (i.e. make a policy decision)

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
PolicyGrantType GetPolicyOutcome(
	IPrincipal principal,
	string policyId
)

Parameters

principal
Type: System.Security.PrincipalIPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.Core.Security.Services.IPolicyDecisionService.GetPolicyOutcome(System.Security.Principal.IPrincipal,System.String)"]

policyId
Type: SystemString

[Missing <param name="policyId"/> documentation for "M:SanteDB.Core.Security.Services.IPolicyDecisionService.GetPolicyOutcome(System.Security.Principal.IPrincipal,System.String)"]

Return Value

Type: PolicyGrantType

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.IPolicyDecisionService.GetPolicyOutcome(System.Security.Principal.IPrincipal,System.String)"]

See Also