CmsReadOptions Enumeration |
Options for reading CMS objects.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax[FlagsAttribute]
public enum ReadOptions
<FlagsAttribute>
Public Enumeration ReadOptions
MembersMember name | Description |
---|
None |
Default options.
|
BigFile |
Use to speed up the encryption of large files (binary file input only).
|
See Also