ContentKey.GenerateKeySeed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a random key seed.
public static byte[] GenerateKeySeed ();
static member GenerateKeySeed : unit -> byte[]
Public Shared Function GenerateKeySeed () As Byte()
Returns
Byte[]
A randomly generated key seed value.
Remarks
Generally a service generates a single key seed that is used to generate all of their content keys. This makes the key seed a very sensitive asset because it could be used to derive any of the service's content keys using the public key identifier for the content.