HttpListenerRequest.EndGetClientCertificate(IAsyncResult) 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.
Met fin à une demande asynchrone du certificat X.509 v.3 du client.
public:
System::Security::Cryptography::X509Certificates::X509Certificate2 ^ EndGetClientCertificate(IAsyncResult ^ asyncResult);
public System.Security.Cryptography.X509Certificates.X509Certificate2? EndGetClientCertificate (IAsyncResult asyncResult);
public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate (IAsyncResult asyncResult);
member this.EndGetClientCertificate : IAsyncResult -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Function EndGetClientCertificate (asyncResult As IAsyncResult) As X509Certificate2
Paramètres
- asyncResult
- IAsyncResult
Demande du certificat en attente.
Retours
Objet IAsyncResult retourné lorsque l'opération a démarré.
Exceptions
asyncResult
a la valeur null
.
asyncResult
n’a pas été obtenu en appelant BeginGetClientCertificate(AsyncCallback, Object)e
.
Cette méthode a déjà été appelée pour l'opération identifiée par asyncResult
.