HttpListenerRequest.EndGetClientCertificate(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
结束对客户端的 X.509 v.3 证书的异步请求。
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
参数
- asyncResult
- IAsyncResult
证书的挂起请求。
返回
操作启动时返回的 IAsyncResult 对象。
例外
asyncResult
为 null
。
未通过调用 BeginGetClientCertificate(AsyncCallback, Object)e
获取 asyncResult
。
已为 asyncResult
标识的操作调用了此方法。