Partager via


IChannelCredentials.SetDefaultServiceCertificateFromStore Méthode

Définition

Récupère un certificat à partir d'un magasin de certificats et l'ajoute aux informations d'identification de service en tant que certificat par défaut.

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)

Paramètres

storeLocation
String

Emplacement de magasin de certificats.

storeName
String

Nom de magasin de certificats.

findType
String

Type de recherche.

findValue
Object

Valeur de recherche.

S’applique à