Click or drag to resize

SQLitePolicyInformationServiceAddPolicies Method

Add the specified policies to the specified securable

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void AddPolicies(
	Object securable,
	PolicyGrantType rule,
	IPrincipal principal,
	params string[] policyOids
)

Parameters

securable
Type: SystemObject

[Missing <param name="securable"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLitePolicyInformationService.AddPolicies(System.Object,SanteDB.Core.Model.Security.PolicyGrantType,System.Security.Principal.IPrincipal,System.String[])"]

rule
Type: SanteDB.Core.Model.SecurityPolicyGrantType

[Missing <param name="rule"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLitePolicyInformationService.AddPolicies(System.Object,SanteDB.Core.Model.Security.PolicyGrantType,System.Security.Principal.IPrincipal,System.String[])"]

principal
Type: System.Security.PrincipalIPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLitePolicyInformationService.AddPolicies(System.Object,SanteDB.Core.Model.Security.PolicyGrantType,System.Security.Principal.IPrincipal,System.String[])"]

policyOids
Type: SystemString

[Missing <param name="policyOids"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLitePolicyInformationService.AddPolicies(System.Object,SanteDB.Core.Model.Security.PolicyGrantType,System.Security.Principal.IPrincipal,System.String[])"]

Implements

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