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