InvalidTokenSignatureException Class

Definition

Contains the exception that is thrown when a client identity token cannot be processed. The InvalidTokenSignatureException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class InvalidTokenSignatureException : Microsoft::Exchange::WebServices::Auth::Validation::TokenValidationException
public class InvalidTokenSignatureException : Microsoft.Exchange.WebServices.Auth.Validation.TokenValidationException
Public Class InvalidTokenSignatureException
Inherits TokenValidationException
Inheritance
InvalidTokenSignatureException

Constructors

InvalidTokenSignatureException()

Initializes a new instance of the InvalidTokenSignatureException class.The InvalidTokenSignatureException() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

InvalidTokenSignatureException(String)

Initializes a new instance of the InvalidTokenSignatureException class with the specified message. The InvalidTokenSignatureException(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to