CERT_CONTEXT class base struct

The CERT_CONTEXT structure contains both the encoded and decoded representations of a certificate. A certificate context returned by one of the functions defined in Wincrypt.h must be freed by calling the CertFreeCertificateContext function. The CertDuplicateCertificateContext function can be called to make a duplicate copy (which also must be freed by calling CertFreeCertificateContext).

Inheritance

Constructors

CERT_CONTEXT()

Properties

cbCertEncoded int
getter/setter pair
dwCertEncodingType int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hCertStore Pointer<NativeType>
getter/setter pair
pbCertEncoded Pointer<Uint8>
getter/setter pair
pCertInfo Pointer<CERT_INFO>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited