ClientCertificateMethod Énumération
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.
Décrit la méthode de négociation de certificat client pour les connexions HTTPS.
public enum class ClientCertificateMethod
public enum ClientCertificateMethod
type ClientCertificateMethod =
Public Enum ClientCertificateMethod
- Héritage
-
ClientCertificateMethod
Champs
AllowCertificate | 1 | Un certificat client est rempli s’il est déjà présent au début d’une demande. |
AllowRenegotation | 2 | La session TLS peut être renégociée pour demander un certificat client. |
NoCertificate | 0 | Un certificat client n’est pas renseigné sur la demande. |