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
Name | Value | Description |
---|---|---|
NotSupported | 1 | Encryption is not supported. |
Supported | 2 | Encryption is supported but not required. |
Required | 3 | Encryption is supported and required. |