Click or drag to resize

IPinAuthenticationService.ChangePin Method

Change the user's PIN number

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
void ChangePin(
	string userName,
	byte[] pin,
	IPrincipal principal
)

Parameters

userName
Type: System.String
The name of the user to change PIN for
pin
Type:System.Byte[]
The PIN to change to
principal
Type: System.Security.Principal.IPrincipal

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

See Also