Interface

Gcr-4GcrCertificateExtensionCertificatePoliciesConstructorProps

interface ConstructorProps<A extends GObject.Object = GObject.Object> {
    critical: boolean;
    n_items: number;
    nItems: number;
    oid: string;
    value: GLib.Bytes;
}

Type Parameters

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gcr.CertificateExtension.ConstructorProps

Properties

n_items: number
nItems: number

Properties - Inherited from Gcr.CertificateExtension.ConstructorProps

critical: boolean
oid: string
value: GLib.Bytes