CERT_INFO class base struct

The CERT_INFO structure contains the information of a certificate.

Inheritance

Constructors

CERT_INFO()

Properties

cExtension int
getter/setter pair
dwVersion int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Issuer CRYPT_INTEGER_BLOB
getter/setter pair
IssuerUniqueId CRYPT_BIT_BLOB
getter/setter pair
NotAfter FILETIME
getter/setter pair
NotBefore FILETIME
getter/setter pair
rgExtension Pointer<CERT_EXTENSION>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SerialNumber CRYPT_INTEGER_BLOB
getter/setter pair
SignatureAlgorithm CRYPT_ALGORITHM_IDENTIFIER
getter/setter pair
Subject CRYPT_INTEGER_BLOB
getter/setter pair
SubjectPublicKeyInfo CERT_PUBLIC_KEY_INFO
getter/setter pair
SubjectUniqueId CRYPT_BIT_BLOB
getter/setter pair

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