ILicenseAcknowledgementChallenge.SignatureVerified 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 whether the signature on the acknowledgment from the client was properly verified.
public bool SignatureVerified { get; }
member this.SignatureVerified : bool
Public ReadOnly Property SignatureVerified As Boolean
Property Value
true
if the signature on the acknowledgment from the client was properly verified; otherwise, false
.
Remarks
Acknowledgments that fail signature verification may have been tampered with and the data contained within them may be suspect.