IProcessMeteringDataChallenge.MeteringPrivateKey Property
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.
Gets or sets the metering private key that will be used to decrypt the metering data in the challenge.
public string MeteringPrivateKey { get; set; }
member this.MeteringPrivateKey : string with get, set
Public Property MeteringPrivateKey As String
Property Value
The metering private key that will be used to decrypt the metering data in the challenge.
Remarks
This property must be set before calling GetMeteringData().