| LoginDetailsGetProxyPassword Method |
Gets the decrypted proxy password for this user.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic string GetProxyPassword()
Public Function GetProxyPassword As String
public:
String^ GetProxyPassword()
member GetProxyPassword : unit -> string
Return Value
Type:
StringThe password after it was decrypted.
See Also