Click or drag to resize

AdoDeviceIdentityProviderRemoveClaim Method

Removes a claim from the specified device account

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public void RemoveClaim(
	string deviceName,
	string claimType,
	IPrincipal principal
)

Parameters

deviceName  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

IDeviceIdentityProviderServiceRemoveClaim(String, String, IPrincipal)
See Also