Udostępnij za pośrednictwem


IChannelCredentials.SetClientCertificateFromStore Metoda

Definicja

Pobiera certyfikat z magazynu certyfikatów i dodaje go do poświadczeń 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

Lokalizacja magazynu certyfikatów.

storeName
String

Nazwa magazynu certyfikatów.

findType
String

Typ wyszukiwania.

findValue
Object

Wartość wyszukiwania.

Dotyczy