Freigeben über


SecurityTokenReplayDetectedException Class

Definition

Throw this exception when a received Security Token has been replayed.

[System.Serializable]
public class SecurityTokenReplayDetectedException : Microsoft.IdentityModel.Tokens.SecurityTokenValidationException
[<System.Serializable>]
type SecurityTokenReplayDetectedException = class
    inherit SecurityTokenValidationException
Public Class SecurityTokenReplayDetectedException
Inherits SecurityTokenValidationException
Inheritance
Attributes

Constructors

SecurityTokenReplayDetectedException()

Initializes a new instance of SecurityTokenReplayDetectedException

SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenReplayDetectedException class.

SecurityTokenReplayDetectedException(String)

Initializes a new instance of SecurityTokenReplayDetectedException

SecurityTokenReplayDetectedException(String, Exception)

Initializes a new instance of SecurityTokenReplayDetectedException

Properties

Source

Gets or sets the source of the exception.

(Inherited from SecurityTokenException)
StackTrace

Gets the stack trace that is captured when the exception is created.

(Inherited from SecurityTokenException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

(Inherited from SecurityTokenException)

Applies to