PeerCredential.Certificate Propriété
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.
Permet d'obtenir ou de définir un certificat X509 pour l'homologue.
public:
property System::Security::Cryptography::X509Certificates::X509Certificate2 ^ Certificate { System::Security::Cryptography::X509Certificates::X509Certificate2 ^ get(); void set(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ value); };
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; set; }
member this.Certificate : System.Security.Cryptography.X509Certificates.X509Certificate2 with get, set
Public Property Certificate As X509Certificate2
Valeur de propriété
Certificat X509 pour l'homologue.
Remarques
Cette propriété contient une instance X509Certificate2 utilisée lors de l'authentification de voisins dans la maille d'homologues. Une instance doit être spécifiée si le type d'informations d'identification choisi est PeerTransportCredentialType.Certificate Si PeerTransportCredentialType.Password est choisi, cette propriété est facultative.