Click or drag to resize

IPolicyEnforcementServiceDemand Method (String)

Demand access to the policy for the current Current

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void Demand(
	string policyId
)

Parameters

policyId
Type: SystemString
The identifier OID of the policy for which permission is being demanded
Exceptions
ExceptionCondition
PolicyViolationExceptionWhen Current does not have permission to policyId
See Also