HttpListenerRequest.GetClientCertificate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the client's X.509 v.3 certificate.
public:
System::Security::Cryptography::X509Certificates::X509Certificate2 ^ GetClientCertificate();
public System.Security.Cryptography.X509Certificates.X509Certificate2? GetClientCertificate ();
public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate ();
member this.GetClientCertificate : unit -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Function GetClientCertificate () As X509Certificate2
Returns
A System.Security.Cryptography.X509Certificates object that contains the client's X.509 v.3 certificate.
Exceptions
A call to this method to retrieve the client's X.509 v.3 certificate is in progress and therefore another call to this method cannot be made.
Remarks
This method blocks until the certificate is retrieved.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.