TokenRequiresValidationException 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 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
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. |