ServerSupportedFeature 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 features that can be supported by the PlayReady Server SDK.
public enum ServerSupportedFeature
type ServerSupportedFeature =
Public Enum ServerSupportedFeature
- Inheritance
-
ServerSupportedFeature
Fields
Name | Value | Description |
---|---|---|
ServerMeteringRole | 0 | Specifies the metering server role. |
ServerDomainsRole | 1 | Specifies the domains server role. |
ServerLicenseAcquisitionRole | 2 | Specifies the license acquisition server role. |
ServerLicenseAcknowledgementRole | 3 | Specfiies the license acknowledgement server role. |
ServerAdvancedLicenses | 4 | Specifies the advanced licenses server role. |
ServerHighScalabilityLicenses | 5 | Specifies the high scalability licenses server role. |
ServerCocktailLicenses | 6 | Specifies the cocktail licenses server role. |
ServerCustomHandlers | 7 | Specfiies the custom handlers server role. |
ServerSecureStopRole | 8 | Sepcifies the secure stop server role. |