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
Public methodStatic member EncryptContentKeyToCertificate Encrypts the content key to certificate.
Public methodStatic member GeneratePlayReadyContentKey Generates the play ready content key.

Top

Fields

  Name Description
Public fieldStatic member SchemeName The name of the encryption scheme.
Public fieldStatic member 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.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace