Click or drag to resize

SQLitePolicyInformationServiceRemovePolicies 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: SystemObject

[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.PrincipalIPrincipal

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

policyOids
Type: SystemString

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

Implements

IPolicyInformationServiceRemovePolicies(Object, IPrincipal, String)
See Also