Interface

Gcr-4GcrCertificateExtensionBasicConstraintsConstructorProps

interface ConstructorProps {
    critical: boolean;
    oid: string;
    value: GLib.Bytes;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gcr.CertificateExtension.ConstructorProps

Properties - Inherited from Gcr.CertificateExtension.ConstructorProps

critical: boolean
oid: string
value: GLib.Bytes