Click or drag to resize
IEncryptionRoutinesDecryptString Method
Decrypts a string using the provided key string as a decryption token.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
string DecryptString(
	string keyString,
	string textToDecrypt
)

Parameters

keyString
Type: SystemString
The key string, or salt, to use when decrypting.
textToDecrypt
Type: SystemString
The text to be decrypted.

Return Value

Type: String
The decrypted string.
See Also