Метод | Описание | |
---|---|---|
Create ( System.Guid keyId, byte contentKey, string name ) : IContentKey |
Creates a content key with the specified key identifier and value.
|
|
Create ( System.Guid keyId, byte contentKey, string name, ContentKeyType contentKeyType ) : IContentKey |
Creates a content key with the specified key identifier and value.
|
|
CreateAsync ( System.Guid keyId, byte contentKey, string name ) : Task |
Asynchronously creates a content key with the specified key identifier and value.
|
|
CreateAsync ( System.Guid keyId, byte contentKey, string name, ContentKeyType contentKeyType ) : Task |
Asynchronously creates a content key with the specifies key identifier and value.
|
Метод | Описание | |
---|---|---|
ContentKeyCollection ( |
Initializes a new instance of the ContentKeyCollection class.
|
public Create ( System.Guid keyId, byte contentKey, string name ) : IContentKey | ||
keyId | System.Guid | The key identifier. |
contentKey | byte | The value of the content key. |
name | string | A friendly name for the content key. |
Результат | IContentKey |
public Create ( System.Guid keyId, byte contentKey, string name, ContentKeyType contentKeyType ) : IContentKey | ||
keyId | System.Guid | The key identifier. |
contentKey | byte | The value of the content key. |
name | string | A friendly name for the content key. |
contentKeyType | ContentKeyType | Type of content key to create. |
Результат | IContentKey |
public CreateAsync ( System.Guid keyId, byte contentKey, string name ) : Task |
||
keyId | System.Guid | The key identifier. |
contentKey | byte | The value of the content key. |
name | string | A friendly name for the content key. |
Результат | Task |
public CreateAsync ( System.Guid keyId, byte contentKey, string name, ContentKeyType contentKeyType ) : Task |
||
keyId | System.Guid | The key identifier. |
contentKey | byte | The value of the content key. |
name | string | A friendly name for the content key. |
contentKeyType | ContentKeyType | Type of content key to create. |
Результат | Task |