Click or drag to resize

UpstreamPolicyInformationServiceAddPolicies Method

Adds the specified policies to the specified securable object

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void AddPolicies(
	Object securable,
	PolicyGrantType rule,
	IPrincipal principal,
	params string[] policyOids
)

Parameters

securable  Object
The object to which policies should be added
rule  PolicyGrantType
The rule to be applied to the securable
principal  IPrincipal
The principal which is adding policies ot the securable
policyOids  String
The oids of the policies to add

Implements

IPolicyInformationServiceAddPolicies(Object, PolicyGrantType, IPrincipal, String)
See Also