Udostępnij za pośrednictwem


IChannelCredentials.SetDefaultServiceCertificateFromStore Metoda

Definicja

Pobiera certyfikat z magazynu certyfikatów i dodaje go do poświadczeń usługi jako certyfikatu domyślnego.

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)

Parametry

storeLocation
String

Lokalizacja magazynu certyfikatów.

storeName
String

Nazwa magazynu certyfikatów.

findType
String

Typ wyszukiwania.

findValue
Object

Wartość wyszukiwania.

Dotyczy