Sdílet prostřednictvím


IChannelCredentials.SetDefaultServiceCertificateFromStore Metoda

Definice

Načte certifikát z úložiště certifikátů a přidá ho do přihlašovacích údajů služby jako výchozí certifikát.

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

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