Click or drag to resize

CmsEnvDataOptions Enumeration

Advanced options for CMS enveloped-data objects.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
[FlagsAttribute]
public enum EnvDataOptions
Members
Member nameDescription
None Default options.
AuthenticatedObsolete.
Use AES-GCM authenticated encryption instead of AES-CBC (redundant as of [v22.0]).
FormatBase64 Encode output in base64 (default = binary).
Mgf1Sha1 Force the MGF1 hash function to be SHA-1 (RSA-OAEP only, default = same as encoding hash function).
UseSki Use subjectKeyIdentifier (SKI) instead of issuerAndSerialNumber for RecipientIdentifier.
AltAlgId Use alternative (non-standard) alternative TeleTrusT Content Encryption Algorithm Identifier.
BigFile Use to speed up the encryption of large files (binary file to binary file only).
See Also