Click or drag to resize

UpstreamDeviceIdentityProviderChangeSecret Method

Change the device secret

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

Parameters

deviceName  String
The device identifier for which the secret is being changed
deviceSecret  String
The new secret (or thumbprint of certificate to be used)
principal  IPrincipal
The principal which is changing the secret

Implements

IDeviceIdentityProviderServiceChangeSecret(String, String, IPrincipal)
See Also