CipherMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types and taken as a parameter of several methods of Cipher.
public enum CipherMode
type CipherMode =
- Inheritance
-
CipherMode
Fields
Name | Value | Description |
---|---|---|
EncryptMode | 1 | Constant for encryption operation mode. |
DecryptMode | 2 | Constant for decryption operation mode. |
WrapMode | 3 | Constant for key wrapping operation mode. |
UnwrapMode | 4 | Constant for key unwrapping operation mode. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.