Change password of runtime users

Namespace: T.Modules.ClientStation
Assembly: T.Modules (in T.Modules.dll)

Public Function ChangeUserPassword( _ 
ByVal username As String, _ 
ByVal oldPassword As String, _ 
ByVal newPassword As String
) As Boolean
This language is not supported or no code example is available.
public bool ChangeUserPassword( 
string username
string oldPassword
string newPassword 
)
This language is not supported or no code example is available.

Parameters

username
Type: string

User name

oldPassword
Type: string

Current password

newPassword
Type: string

New password

Return Value

Type: bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7