This documentation is archived and is not being maintained.

HttpWorkerRequest.GetClientCertificate Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Overridable Function GetClientCertificate() As Byte()
[C#]
public virtual byte[] GetClientCertificate();
[C++]
public: virtual unsigned char GetClientCertificate()  __gc[];
[JScript]
public function GetClientCertificate() : Byte[];

See Also

HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace

Show: