asp.net.ph

HttpClientCertificate Class

System.Web Namespace


Provides the client certificate fields issued by the client in response to the server's request for the client's identity.

HttpClientCertificate Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public BinaryIssuer Byte [ Get ]
public CertEncoding Int32 [ Get ]
public Certificate Byte [ Get ]
public Cookie String [ Get ]
public Flags Int32 [ Get ]
public IsPresent Boolean [ Get ]
public Issuer String [ Get ]
public IsValid Boolean [ Get ]
public KeySize Int32 [ Get ]
public PublicKey Byte [ Get ]
public SecretKeySize Int32 [ Get ]
public SerialNumber String [ Get ]
public ServerIssuer String [ Get ]
public ServerSubject String [ Get ]
public Subject String [ Get ]
public ValidFrom DateTime [ Get ]
public ValidUntil DateTime [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public Get ( String field ) String

Remarks

If a Web browser uses the SSL3.0/PCT1 protocol ( the URL begins with https:// instead of http:// ) to connect to a server and the server requires client certificates, the browser sends the client certificate fields contained in its digital certificate.

For more information on digital certificates, see the document X.509: Public-key and attribute certificate frameworks, available on the International Telecommunication Union ( ITU ) site at http://www.itu.int.

Syntax


To set a property or call a method:

HttpClientCertificate.propertyName = value;
HttpClientCertificate.methodName ( arguments );
  C# VB

To return the value of a property or method:

Type var = HttpClientCertificate.propertyName;
Type var = HttpClientCertificate.collectionName  [ key ];
Type var = HttpClientCertificate.methodName ( arguments );
  C# VB

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph