Click or drag to resize

BridgedApplicationIdentityProviderChangeSecret Method

Change the specified application identity's secret

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

Parameters

applicationName  String
The name of the application
secret  String
The new secret
principal  IPrincipal
The principal that is changing the secret

Implements

IApplicationIdentityProviderServiceChangeSecret(String, String, IPrincipal)
See Also