FileEncryption Constructor (Byte[], Guid)

Initializes a new instance of the FileEncryption class.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    contentKey As Byte(), _
    keyIdentifier As Guid _
)
'Usage
Dim contentKey As Byte()
Dim keyIdentifier As Guid 

Dim instance As New FileEncryption(contentKey, _
    keyIdentifier)
public FileEncryption(
    byte[] contentKey,
    Guid keyIdentifier
)
public:
FileEncryption(
    array<unsigned char>^ contentKey, 
    Guid keyIdentifier
)
new : 
        contentKey:byte[] * 
        keyIdentifier:Guid -> FileEncryption
public function FileEncryption(
    contentKey : byte[], 
    keyIdentifier : Guid
)

Parameters

  • contentKey
    Type: array<System.Byte[]
    The content key.

See Also

Reference

FileEncryption Class

FileEncryption Overload

Microsoft.WindowsAzure.MediaServices.Client Namespace