MediaEncryption 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.
Enumerated type of encryption.
public enum class MediaEncryption
public enum MediaEncryption
type MediaEncryption =
Public Enum MediaEncryption
- Inheritance
-
MediaEncryption
Fields
| NotSupported | 1 | Encryption is not supported. |
| Required | 3 | Encryption is supported and required. |
| Supported | 2 | Encryption is supported but not required. |