Click or drag to resize
IEncryptionRoutinesEncryptString Method
Encrypts a string using the provided key string as a salting token.

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

Parameters

keyString
Type: SystemString
The key string, or salt, to use when encrypting.
textToEncrypt
Type: SystemString
The text to be encrypted.

Return Value

Type: String
The encrypted string.
See Also