import { SignedSecurityLabel } from "../EnhancedSecurity/SignedSecurityLabel.ta.mjs"; import { type CONTEXT } from "../InformationFramework/CONTEXT.oca.mjs"; /** * @summary attributeValueSecurityLabelContext * @description * * ### ASN.1 Definition: * * ```asn1 * attributeValueSecurityLabelContext CONTEXT ::= { * WITH SYNTAX SignedSecurityLabel -- At most one security label context can * -- be assigned to an attribute value * ID id-avc-attributeValueSecurityLabelContext } * ``` * * @constant * @type {CONTEXT} * @implements {CONTEXT} */ export declare const attributeValueSecurityLabelContext: CONTEXT; //# sourceMappingURL=attributeValueSecurityLabelContext.oa.d.mts.map