Q1: What is the main role of an Exported Authenticator in RFC 9261
Multiple Choice
**Explanation:**
RFC 9261 provides a connection-bound cryptographic building block; tenant identity, attestation meaning, and authorization remain application concerns.
An **Exported Authenticator** proves possession of the private key corresponding to a certificate identity. **Post-handshake** means after the TLS or DTLS connection has already been established.
A: RFC 9261 uses identities such as X.509 certificates; it does not replace the certificate format.
B: CertificateVerify proves private-key possession, and the authenticator is bound to the existing connection and authenticator transcript.
C: Larger frameworks must be defined by the application protocol, verifier policy, or deployment.