Contents

signatureEncryptionKey

The signature encryption key that the context requires to sign an encrypted archive.

Declaration

var signatureEncryptionKey: SymmetricKey? { get set }

Discussion

You require the signature encryption key to sign an encrypted archive after you’ve created and sealed it. The signature encryption key is sufficient, that is, you don’t require the encryption credentials used to encrypt the archive to sign the archive after sealing.

See Also

Getting and setting encryption context properties