DataSourceCredentials.CreateFromCiphertext(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a DataSourceCredentials object from a cipher text.
public:
static Microsoft::ReportingServices::RdlObjectModel::DataSourceCredentials ^ CreateFromCiphertext(System::String ^ encryptedUserName, System::String ^ encryptedPassword);
public static Microsoft.ReportingServices.RdlObjectModel.DataSourceCredentials CreateFromCiphertext (string encryptedUserName, string encryptedPassword);
static member CreateFromCiphertext : string * string -> Microsoft.ReportingServices.RdlObjectModel.DataSourceCredentials
Public Shared Function CreateFromCiphertext (encryptedUserName As String, encryptedPassword As String) As DataSourceCredentials
Parameters
- encryptedUserName
- String
The encrypted user name.
- encryptedPassword
- String
The encrypted password.
Returns
A DataSourceCredentials object.