TokenRequiresValidationException Class

Definition

Contains the exception that is thrown when the fields of an AppIdentityToken instance are accessed before the Validate(Uri) method is called.The TokenRequiresValidationException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Constructors

TokenRequiresValidationException()

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

Applies to