InvalidTokenSignatureException Class
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.
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
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. |