ISecureStopDataChallenge.SecureStop2VerifiedSession 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 the session Id, if any, of the single session within the challenge for which all decryptors are guaranteed to be destroyed within the TEE as of the time the challenge was generated.
public Guid SecureStop2VerifiedSession { get; }
member this.SecureStop2VerifiedSession : Guid
Public ReadOnly Property SecureStop2VerifiedSession As Guid
Property Value
If the challenge is SecureStop2, the session Id of the single session within the challenge for which all decryptors are guaranteed to be destroyed within the TEE as of the time the challenge was generated; otherwise, Empty.
Exceptions
GetSecureStopData() has not been called.
Remarks
SecureStop2 provides no additional security above SecureStop unless the ClientCertificate property's SecurityLevel returns 3000. Security Level 3000 destruction is only guaranteed for a single session in the challenge even if the challenge itself contains multiple sessions.