kaven-utils - v6.1.9
    Preparing search index...

    Interface ICertificateSubject


    @author: Kaven @email: kaven@wuwenkai.com @website: http://blog.kaven.xyz @file: [Kaven-Utils] /src/interface/ICertificateSubject.ts @create: 2026-07-29 14:02:47.118 @modify: 2026-07-30 12:15:49.283 @version: 6.1.8 @times: 2 @lines: 24 @copyright: Copyright © 2026 Kaven. All Rights Reserved. @description: Defines the ICertificateSubject data contract. @license: [license]


    interface ICertificateSubject {
        C?: string;
        CN?: string;
        L?: string;
        O?: string;
        OU?: string;
        ST?: string;
    }
    Index
    C?: string
    CN?: string
    L?: string
    O?: string
    OU?: string
    ST?: string