ContentKeyBaseCollection.Create Method
Include Protected Members
Include Inherited Members
Creates a content key synchronously.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Create(Guid, array<Byte[]) | Creates a content key with the specific key identifier and value. | |
Create(Guid, array<Byte[], String) | Creates a content key with the specific key identifier and value. |
Top