Share via


IEncryptionKeyInfo Interface

Definition

Provides an interface for key information.

public interface IEncryptionKeyInfo
type IEncryptionKeyInfo = interface
Public Interface IEncryptionKeyInfo
Derived

Remarks

Key information includes the identifier of the content key and the encryption type the content key is used for. Provides the minimal encryption information needed to create and parse a rights management header.

Properties

EncryptionType

Gets the ContentKeyType of the content key.

KeyId

Gets the key identifier of the content key.

KeyIdAsString

Gets the string representation of the key identifier of the content key.

Applies to