System.Web Namespace
Provides the client certificate fields issued by the client in response to the server's request for the client's identity.
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.
HttpClientCertificate.propertyName = value;
HttpClientCertificate.methodName ( arguments );
HttpClientCertificate.propertyName = value
HttpClientCertificate.methodName ( arguments ) |
|
C# |
VB |
Type var = HttpClientCertificate.propertyName;
Type var = HttpClientCertificate.collectionName [ key ];
Type var = HttpClientCertificate.methodName ( arguments );
Dim var as Type = HttpClientCertificate.propertyName
Dim var as Type = HttpClientCertificate.collectionName ( key )
Dim var as Type = HttpClientCertificate.methodName ( arguments ) |
|
C# |
VB |