IChannelCredentials.SetClientCertificateFromStore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從憑證存放區擷取憑證,並將其新增至用戶端認證。
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
搜尋值。