EncryptionType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le type de chiffrement appliqué au flux.
[System.Serializable]
public enum EncryptionType
[<System.Serializable>]
type EncryptionType =
Public Enum EncryptionType
- Héritage
-
EncryptionType
- Attributs
Champs
Aes128Bit | 1 | Le flux est chiffré avec AES CTR 128 bits. |
NotEncrypted | 0 | Le flux n’est pas chiffré. |