Click or drag to resize

BridgedPolicyInformationServiceHasPolicy Method

Returns true if securable has policyOid assigned to it

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool HasPolicy(
	Object securable,
	string policyOid
)

Parameters

securable  Object
The securable to check
policyOid  String
The policy OID to check

Return Value

Boolean
True if securable has policyOid

Implements

IPolicyInformationServiceHasPolicy(Object, String)
See Also