| 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
)
Sub ChangePin (
userName As String,
pin As Byte(),
principal As IPrincipal
)
void ChangePin(
String^ userName,
array<unsigned char>^ pin,
IPrincipal^ principal
)
abstract ChangePin :
userName : string *
pin : byte[] *
principal : IPrincipal -> unit
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