Click or drag to resize

IDeviceIdentityProviderServiceChangeSecret Method

Change the device secret

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void ChangeSecret(
	string deviceName,
	string deviceSecret,
	IPrincipal principal
)

Parameters

deviceName
Type: SystemString
The device identifier for which the secret is being changed
deviceSecret
Type: SystemString
The new secret (or thumbprint of certificate to be used)
principal
Type: System.Security.PrincipalIPrincipal
The principal which is changing the secret
See Also