Click or drag to resize

DefaultPolicyEnforcementServiceSoftDemand Method

Soft demand

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public bool SoftDemand(
	string policyId,
	IPrincipal principal
)

Parameters

policyId
Type: SystemString

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

principal
Type: System.Security.PrincipalIPrincipal

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

Return Value

Type: Boolean

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

Implements

IPolicyEnforcementServiceSoftDemand(String, IPrincipal)
See Also