言語

DataSourceCredentials.CreateFromCiphertext(String, String) メソッド

定義

暗号文から DataSourceCredentials オブジェクトを作成します。

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

パラメーター

encryptedUserName
String

暗号化されたユーザー名。

encryptedPassword
String

暗号化されたパスワード。

返品

DataSourceCredentials オブジェクト。

適用対象