Click or drag to resize

SQLitePolicyInformationService.RemovePolicies Method

Remove policies

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

Parameters

securable
Type: System.Object

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

principal
Type: System.Security.Principal.IPrincipal

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

policyOids
Type:System.String[]

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

Implements

IPolicyInformationService.RemovePolicies(Object, IPrincipal,String[])
See Also