다음을 통해 공유


ContentKey.GenerateKeySeed Method

Definition

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.

Applies to