Click or drag to resize

BridgedApplicationIdentityProviderRemoveClaim Method

Removes a claim from the specified device account

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void RemoveClaim(
	string applicationName,
	string claimType,
	IPrincipal principal
)

Parameters

applicationName  String
The name of the device account from which the claim should be removed
claimType  String
The claim type to be removed
principal  IPrincipal
The principal which is removing the claim

Implements

IApplicationIdentityProviderServiceRemoveClaim(String, String, IPrincipal)
See Also