Name

HttpClientCertificate

Synopsis

This class exposes a name/value collection of certification fields specified in the X.509 standard. To get the certification fields for the current request, use the ClientCertificate property of the HttpRequest class. Note that the certification fields are sent only if the client browser is accessing the page through SSL (indicated by a URL starting with https:// instead of http://).

Public Class HttpClientCertificate : Inherits System.Collections.Specialized.NameValueCollection
' Public Instance Properties
   Public ReadOnly Property BinaryIssuer As Byte()  
   Public ReadOnly Property CertEncoding As Integer  
   Public ReadOnly Property Certificate As Byte()  
   Public ReadOnly Property Cookie As String  
   Public ReadOnly Property Flags As Integer  
   Public ReadOnly Property IsPresent As Boolean  
   Public ReadOnly Property Issuer As String  
   Public ReadOnly Property IsValid As Boolean  
   Public ReadOnly Property KeySize As Integer  
   Public ReadOnly Property PublicKey As Byte()  
   Public ReadOnly Property SecretKeySize As Integer  
   Public ReadOnly Property SerialNumber As String  
   Public ReadOnly Property ServerIssuer As String  
   Public ReadOnly Property ServerSubject As String  
   Public ReadOnly Property Subject As String  
   Public ReadOnly Property ValidFrom As Date  
   Public ReadOnly Property ValidUntil As Date  
' Public Instance Methods
   Overrides Public Function Get(
        ByVal field As String) As String  
End Class

Hierarchy

System.Object System.Collections.Specialized.NameObjectCollectionBase(System.Collections.ICollection ...

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.