IChannelCredentials.SetDefaultServiceCertificateFromStore Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.