次の方法で共有


IChannelCredentials.SetClientCertificateFromStore メソッド

定義

証明書ストアから証明書を取得し、取得した証明書をクライアント資格情報に追加します。

public:
 void SetClientCertificateFromStore(System::String ^ storeLocation, System::String ^ storeName, System::String ^ findType, System::Object ^ findValue);
public void SetClientCertificateFromStore (string storeLocation, string storeName, string findType, object findValue);
abstract member SetClientCertificateFromStore : string * string * string * obj -> unit
Public Sub SetClientCertificateFromStore (storeLocation As String, storeName As String, findType As String, findValue As Object)

パラメーター

storeLocation
String

証明書ストアの位置。

storeName
String

証明書ストアの名前。

findType
String

検索の種類。

findValue
Object

検索値。

適用対象