ConfigurationEncryption Constructor (Guid, Byte[], Byte[])

Initializes a new instance of the ConfigurationEncryption class.

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

Syntax

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

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

Parameters

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

See Also

Reference

ConfigurationEncryption Class

ConfigurationEncryption Overload

Microsoft.WindowsAzure.MediaServices.Client Namespace