Click or drag to resize

SQLiteDeviceIdentityProviderServiceChangeSecret Method

Change the device secret

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void ChangeSecret(
	string deviceName,
	string deviceSecret,
	IPrincipal principal
)

Parameters

deviceName
Type: SystemString

[Missing <param name="deviceName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteDeviceIdentityProviderService.ChangeSecret(System.String,System.String,System.Security.Principal.IPrincipal)"]

deviceSecret
Type: SystemString

[Missing <param name="deviceSecret"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteDeviceIdentityProviderService.ChangeSecret(System.String,System.String,System.Security.Principal.IPrincipal)"]

principal
Type: System.Security.PrincipalIPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteDeviceIdentityProviderService.ChangeSecret(System.String,System.String,System.Security.Principal.IPrincipal)"]

Implements

IDeviceIdentityProviderServiceChangeSecret(String, String, IPrincipal)
See Also