Compartilhar via


IProcessMeteringDataChallenge.MeteringPrivateKey Property

Definition

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().

Applies to