共用方式為


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

搜尋值。

適用於