IBindingKey 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 keys used to bind a license to a client, domain, or a root license by encrypting the content key in the license with the binding key.
public interface IBindingKey
type IBindingKey = interface
Public Interface IBindingKey
- Derived
Remarks
This interface provides the minimal information necessary to describe a binding key.
Properties
BindingKeyType |
Gets the mechanism for protecting the content key. |
UplinkKeyId |
Gets the uplink key identifier that is used to find the root license in license chain bindings. |