ContentKeyPolicyFairPlayConfiguration Class
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.
Specifies a configuration for FairPlay licenses.
public class ContentKeyPolicyFairPlayConfiguration : Azure.ResourceManager.Media.Models.ContentKeyPolicyConfiguration
type ContentKeyPolicyFairPlayConfiguration = class
inherit ContentKeyPolicyConfiguration
Public Class ContentKeyPolicyFairPlayConfiguration
Inherits ContentKeyPolicyConfiguration
- Inheritance
Constructors
ContentKeyPolicyFairPlayConfiguration(Byte[], String, String, ContentKeyPolicyFairPlayRentalAndLeaseKeyType, Int64) |
Initializes a new instance of ContentKeyPolicyFairPlayConfiguration. |
Properties
ApplicationSecretKey |
The key that must be used as FairPlay Application Secret key. This needs to be base64 encoded. |
FairPlayPfx |
The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key). |
FairPlayPfxPassword |
The password encrypting FairPlay certificate in PKCS 12 (pfx) format. |
OfflineRentalConfiguration |
Offline rental policy. |
RentalAndLeaseKeyType |
The rental and lease key type. |
RentalDuration |
The rental duration. Must be greater than or equal to 0. |
Applies to
Azure SDK for .NET