mimekit-ts - v1.0.0
    Preparing search index...

    Class CmsRecipient

    An S/MIME recipient.

    Index
    certificate: X509Certificate

    The recipient's certificate, used for encrypting data.

    recipientIdentifierType: SubjectIdentifierType

    The recipient identifier type.

    encryptionAlgorithms: EncryptionAlgorithm[]

    The known S/MIME encryption capabilities of the recipient's mail client, in their preferred order. Initialized from the certificate's S/MIME capability extension, or [TripleDes] if none.

    rsaEncryptionPadding: RsaEncryptionPadding | null = null

    The RSA key encryption padding, if the certificate's public key is RSA.

    mailbox: MailboxAddress | null = null

    The mailbox address of the recipient, if available (internal).