Click or drag to resize

IPinAuthenticationServiceChangePin 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: SystemString
The name of the user to change PIN for
pin
Type: SystemByte
The PIN to change to
principal
Type: System.Security.PrincipalIPrincipal

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

See Also