Partager via


IChannelCredentials.SetClientCertificateFromStore Méthode

Définition

Récupère un certificat à partir d'un magasin de certificats et l'ajoute aux informations d'identification du client.

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)

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 à