ISecureStopDataChallenge.PublisherPrivateKey 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 publisher private key used to decrypt the secure stop data in the challenge.
public string PublisherPrivateKey { get; set; }
member this.PublisherPrivateKey : string with get, set
Public Property PublisherPrivateKey As String
Property Value
The publisher private key used to decrypt the secure stop data in the challenge.
Exceptions
On set, thrown if set to a string which is null, has zero length, or is otherwise invalid.
Remarks
The value of this property must be set before calling GetSecureStopData().