Edit

Share via


IChannelCredentials.SetClientCertificateFromStore Method

Definition

Retrieves a certificate from a certificate store and adds it to the client credentials.

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)

Parameters

storeLocation
String

Certificate store ___location.

storeName
String

Certificate store name.

findType
String

Search type.

findValue
Object

Search value.

Applies to