Certificate(IBuffer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).