Click or drag to resize
IEncryptionRoutines Interface
An interface for encrypting and decrypting passwords.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public interface IEncryptionRoutines

The IEncryptionRoutines type exposes the following members.

Methods
  NameDescription
Public methodDecryptString
Decrypts a string using the provided key string as a decryption token.
Public methodEncryptString
Encrypts a string using the provided key string as a salting token.
Top
See Also