Click or drag to resize

ApplicationContextSoftDemand Method

Demand policy enforcement

Namespace:  SanteDB.DisconnectedClient
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public bool SoftDemand(
	string policyId,
	IPrincipal principal
)

Parameters

policyId
Type: SystemString

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

principal
Type: System.Security.PrincipalIPrincipal

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

Return Value

Type: Boolean

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

Implements

IPolicyEnforcementServiceSoftDemand(String, IPrincipal)
See Also