Show / Hide Table of Contents

    Class SecurityTokenReplayDetectedException

    Inheritance
    Exception
    SecurityTokenException
    SecurityTokenValidationException
    SecurityTokenReplayDetectedException
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.IdentityModel.Tokens.dll
    Syntax
    public class SecurityTokenReplayDetectedException : Microsoft.IdentityModel.Tokens.SecurityTokenValidationException

    Constructors

    SecurityTokenReplayDetectedException()

    Declaration
    public SecurityTokenReplayDetectedException ();

    SecurityTokenReplayDetectedException(String)

    Declaration
    public SecurityTokenReplayDetectedException (string message);
    Parameters
    String message

    SecurityTokenReplayDetectedException(String, Exception)

    Declaration
    public SecurityTokenReplayDetectedException (string message, Exception inner);
    Parameters
    String message

    Exception inner

    Back to top Azure SDK for Net