CERT_EXTENSION class base struct

Contains the extension information for a certificate, Certificate Revocation List (CRL) or Certificate Trust List (CTL).

To learn more, see learn.microsoft.com/windows/win32/api/wincrypt/ns-wincrypt-cert_extension.

Inheritance
Implemented types
Available extensions

Constructors

CERT_EXTENSION()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
fCritical bool
If [TRUE], any limitations specified by the extension in the Value member of this structure are imperative.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pszObjId PSTR
Object identifier (OID) that specifies the structure of the extension data contained in the Value member.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Value CRYPT_INTEGER_BLOB
A CRYPT_OBJID_BLOB structure that contains the encoded extension data.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<CERT_EXTENSION>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

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