Sdílet prostřednictvím


IChannelCredentials.SetClientCertificateFromStore Metoda

Definice

Načte certifikát z úložiště certifikátů a přidá ho do přihlašovacích údajů klienta.

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)

Parametry

storeLocation
String

Umístění úložiště certifikátů.

storeName
String

Název úložiště certifikátů.

findType
String

Typ hledání.

findValue
Object

Hledaná hodnota.

Platí pro