Click or drag to resize

AdoPolicyInformationServiceAddPolicies Method

Add policies to the specified object

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public void AddPolicies(
	Object securable,
	PolicyGrantType rule,
	IPrincipal principal,
	params string[] policyOids
)

Parameters

securable  Object
The object to which the policies should be added
rule  PolicyGrantType
The rule on the object
principal  IPrincipal
The principal whihc is adding the rule
policyOids  String
The policy OIDs to add

Implements

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