Certificate(IBuffer) Constructor

Definition

Create a new instance of the Certificate class using the specified certificate data.

public:
 Certificate(IBuffer ^ certBlob);
 Certificate(IBuffer const& certBlob);
public Certificate(IBuffer certBlob);
function Certificate(certBlob)
Public Sub New (certBlob As IBuffer)

Parameters

certBlob
IBuffer

The certificate data as an ASN.1 DER encoded certificate blob (.cer or .p7b).

Applies to