Click or drag to resize

BridgedApplicationIdentityProviderAddClaim Method

Add a claim to applicationName

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void AddClaim(
	string applicationName,
	IClaim claim,
	IPrincipal principal,
	TimeSpan? expiry = null
)

Parameters

applicationName  String
The name of the device to which the claim should be added
claim  IClaim
The claim which is to be added
principal  IPrincipal
The principal which is adding the claim
expiry  NullableTimeSpan  (Optional)
The expiry time for the claim

Implements

IApplicationIdentityProviderServiceAddClaim(String, IClaim, IPrincipal, NullableTimeSpan)
See Also