| LoginDetailsSetPassword Method |
Sets the password with encryption for this user.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic void SetPassword(
string password
)
Public Sub SetPassword (
password As String
)
public:
void SetPassword(
String^ password
)
member SetPassword :
password : string -> unit
Parameters
- password
- Type: SystemString
The password to set.
See Also