Share via


ISecureStopDataChallenge.PublisherPrivateKey Property

Definition

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

Applies to