Interface CfnPackagingConfiguration.IEncryptionContractConfigurationProperty
Use encryptionContractConfiguration
to configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines the content keys used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. For more information about these presets, see SPEKE Version 2.0 Presets .
Namespace: Amazon.CDK.AWS.MediaPackage
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEncryptionContractConfigurationProperty
Syntax (vb)
Public Interface IEncryptionContractConfigurationProperty
Remarks
Note the following considerations when using encryptionContractConfiguration
:
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaPackage;
var encryptionContractConfigurationProperty = new EncryptionContractConfigurationProperty {
PresetSpeke20Audio = "presetSpeke20Audio",
PresetSpeke20Video = "presetSpeke20Video"
};
Synopsis
Properties
Preset |
A collection of audio encryption presets. |
Preset |
A collection of video encryption presets. |
Properties
PresetSpeke20Audio
A collection of audio encryption presets.
string PresetSpeke20Audio { get; }
Property Value
System.
Remarks
PresetSpeke20Video
A collection of video encryption presets.
string PresetSpeke20Video { get; }
Property Value
System.