Click or drag to resize

IApplicationIdentityProviderServiceChangeSecret Method

Change the specified application identity's secret

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

Parameters

applicationName
Type: SystemString
The name of the application
secret
Type: SystemString
The new secret
principal
Type: System.Security.PrincipalIPrincipal
The principal that is changing the secret
See Also