Click or drag to resize

UpstreamDeviceIdentityProviderAddClaim Method

Add a claim to deviceName

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

Parameters

deviceName  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

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