HttpWorkerRequest.GetClientCertificate Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
When overridden in a derived class, gets the certification fields (specified in the X.509 standard) from a request issued by the client.
Assembly: System.Web (in System.Web.dll)
abstract GetClientCertificate : unit -> byte[] override GetClientCertificate : unit -> byte[]
Return Value
Type: System.Byte[]A byte array containing the stream of the entire certificate content.
If no certificate is sent, the ClientCertificate collection returns empty.
.NET Framework
Available since 1.1
Available since 1.1
Show: