共用方式為


IChannelCredentials.SetDefaultServiceCertificateFromStore 方法

定義

從憑證存放區擷取憑證,並將其新增至服務認證做為預設憑證。

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

參數

storeLocation
String

憑證存放區位置。

storeName
String

憑證存放區名稱。

findType
String

搜尋類型。

findValue
Object

搜尋值。

適用於