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

搜索值。

适用于