HttpWorkerRequest::GetClientCertificateBinaryIssuer Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the certificate issuer, in binary format.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual array<unsigned char>^ GetClientCertificateBinaryIssuer()

Return Value

Type: array<System::Byte>^

A byte array containing the certificate issuer expressed in binary format.

.NET Framework
Available since 1.1
Return to top
Show: