Compartir a través de


ContentKeyCollection.Create Método

Definición

Sobrecargas

Create(Guid, Byte[], String)
Create(Guid, Byte[], String, ContentKeyType)
Create(Guid, Byte[], String, ContentKeyType, IEnumerable<String>)

Create(Guid, Byte[], String)

public override Microsoft.WindowsAzure.MediaServices.Client.IContentKey Create(Guid keyId, byte[] contentKey, string name);
override this.Create : Guid * byte[] * string -> Microsoft.WindowsAzure.MediaServices.Client.IContentKey
Public Overrides Function Create (keyId As Guid, contentKey As Byte(), name As String) As IContentKey

Parámetros

keyId
Guid
contentKey
Byte[]
name
String

Devoluciones

Se aplica a

Create(Guid, Byte[], String, ContentKeyType)

public override Microsoft.WindowsAzure.MediaServices.Client.IContentKey Create(Guid keyId, byte[] contentKey, string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType contentKeyType);
override this.Create : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType -> Microsoft.WindowsAzure.MediaServices.Client.IContentKey
Public Overrides Function Create (keyId As Guid, contentKey As Byte(), name As String, contentKeyType As ContentKeyType) As IContentKey

Parámetros

keyId
Guid
contentKey
Byte[]
name
String
contentKeyType
ContentKeyType

Devoluciones

Se aplica a

Create(Guid, Byte[], String, ContentKeyType, IEnumerable<String>)

public override Microsoft.WindowsAzure.MediaServices.Client.IContentKey Create(Guid keyId, byte[] contentKey, string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType contentKeyType, System.Collections.Generic.IEnumerable<string> trackIdentifiers);
override this.Create : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType * seq<string> -> Microsoft.WindowsAzure.MediaServices.Client.IContentKey
Public Overrides Function Create (keyId As Guid, contentKey As Byte(), name As String, contentKeyType As ContentKeyType, trackIdentifiers As IEnumerable(Of String)) As IContentKey

Parámetros

keyId
Guid
contentKey
Byte[]
name
String
contentKeyType
ContentKeyType
trackIdentifiers
IEnumerable<String>

Devoluciones

Se aplica a