import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary strongAuthenticationUser * @description * * ### ASN.1 Definition: * * ```asn1 * strongAuthenticationUser OBJECT-CLASS ::= { * SUBCLASS OF {top} * KIND auxiliary * MUST CONTAIN {userCertificate} * LDAP-NAME {"strongAuthenticationUser"} -- RFC 4523 * LDAP-DESC {"X.521 strong authentication user"} * ID id-oc-strongAuthenticationUser } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const strongAuthenticationUser: OBJECT_CLASS; //# sourceMappingURL=strongAuthenticationUser.oa.d.mts.map