Share via


ISecureStopDataChallenge.SecureStop2VerifiedSession Property

Definition

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

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.

Applies to