IEncryptionKeyInfo Interface
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.
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. |