DataSourceCredentials.CreateFromCiphertext(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
暗号化テキストから 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 オブジェクト。