Click or drag to resize
LoginDetailsSetProxyPassword Method
Sets the proxy password with encryption for this user.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public void SetProxyPassword(
	string password
)

Parameters

password
Type: SystemString
The password to set.
See Also