CommonEncryption Class
Provides common encryption of content keys.
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MediaServices.Client.CommonEncryption
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public NotInheritable Class CommonEncryption
'Usage
public static class CommonEncryption
public ref class CommonEncryption abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CommonEncryption = class end
public final class CommonEncryption
The CommonEncryption type exposes the following members.
Methods
Name | Description | |
---|---|---|
EncryptContentKeyToCertificate | Encrypts the content key to certificate. | |
GeneratePlayReadyContentKey | Generates the play ready content key. |
Top
Fields
Name | Description | |
---|---|---|
SchemeName | The name of the encryption scheme. | |
SchemeVersion | The version of the encryption scheme. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.