@procivis/react-native-one-core
    Preparing search index...

    Interface KeyGenerateCsrRequestSubjectBindingDto

    interface KeyGenerateCsrRequestSubjectBindingDto {
        commonName?: string;
        countryName?: string;
        localityName?: string;
        organisationName?: string;
        serialNumber?: string;
        stateOrProvinceName?: string;
    }
    Index

    Properties

    commonName?: string

    Common name to include in the CSR, typically the domain name of the organization.

    countryName?: string

    Two-letter country code.

    localityName?: string
    organisationName?: string
    serialNumber?: string
    stateOrProvinceName?: string