Compartilhar via


RootLicenseContentKey Construtores

Definição

Sobrecargas

RootLicenseContentKey(Byte[], Guid)

Inicializa uma nova instância da classe RootLicenseContentKey. A chave é especificada pelo chamador.

RootLicenseContentKey(Guid, Byte[])

Inicializa uma nova instância da classe RootLicenseContentKey. A chave é gerada automaticamente pelo SDK usando uma semente de chave.

RootLicenseContentKey(Byte[], Guid)

Inicializa uma nova instância da classe RootLicenseContentKey. A chave é especificada pelo chamador.

public RootLicenseContentKey (byte[] keyBytes, Guid keyId);
new Microsoft.Media.Drm.RootLicenseContentKey : byte[] * Guid -> Microsoft.Media.Drm.RootLicenseContentKey
Public Sub New (keyBytes As Byte(), keyId As Guid)

Parâmetros

keyBytes
Byte[]

A própria chave de conteúdo.

keyId
Guid

O identificador de chave para essa chave de conteúdo.

Exceções

Gerado se keyBytes for nulo.

Gerado se keyId for Empty

Aplica-se a

RootLicenseContentKey(Guid, Byte[])

Inicializa uma nova instância da classe RootLicenseContentKey. A chave é gerada automaticamente pelo SDK usando uma semente de chave.

public RootLicenseContentKey (Guid keyId, byte[] keySeed);
new Microsoft.Media.Drm.RootLicenseContentKey : Guid * byte[] -> Microsoft.Media.Drm.RootLicenseContentKey
Public Sub New (keyId As Guid, keySeed As Byte())

Parâmetros

keyId
Guid

O identificador de chave para essa chave de conteúdo.

keySeed
Byte[]

O valor de semente de chave usado para gerar a chave de conteúdo.

Exceções

Gerado se keyId for Empty

Gerado se keySeed for nulo.

Aplica-se a