HttpRequest::ClientCertificate Property
.NET Framework (current version)
Gets the current request's client security certificate.
Assembly: System.Web (in System.Web.dll)
public: property HttpClientCertificate^ ClientCertificate { [AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::Low)] HttpClientCertificate^ get(); }
Property Value
Type: System.Web::HttpClientCertificate^An HttpClientCertificate object containing information about the client's security certificate settings.
.NET Framework
Available since 1.1
Available since 1.1
Show: