Share via


EncryptionType Enum

Definition

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

Aes128Bit 1

The stream is encrypted with AES CTR 128-bit.

NotEncrypted 0

The stream is not encrypted.

Applies to