EncryptionType 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.
Defines the type of encryption applied to the stream.
[System.Serializable]
public enum EncryptionType
[<System.Serializable>]
type EncryptionType =
Public Enum EncryptionType
- Inheritance
-
EncryptionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotEncrypted | 0 | The stream is not encrypted. |
Aes128Bit | 1 | The stream is encrypted with AES CTR 128-bit. |