AppIdentityToken.Validate Method
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.
Overloads
Validate(Uri) |
Validates the application identity token using the public key at the specified Uniform Resource Identifier (URI). The Validate(Uri) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Validate(Uri, String) |
Validates the cached application identity token using the public key at the specified Uniform Resource Identifier (URI). The Validate(Uri, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Validate(Uri)
Validates the application identity token using the public key at the specified Uniform Resource Identifier (URI). The Validate(Uri) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
void Validate(Uri ^ extensionServiceHost);
public void Validate (Uri extensionServiceHost);
Public Sub Validate (extensionServiceHost As Uri)
Parameters
- extensionServiceHost
- Uri
The URI of the extension service host.
Applies to
Validate(Uri, String)
Validates the cached application identity token using the public key at the specified Uniform Resource Identifier (URI). The Validate(Uri, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
void Validate(Uri ^ extensionServiceHost, System::String ^ catchedKey);
public void Validate (Uri extensionServiceHost, string catchedKey);
Public Sub Validate (extensionServiceHost As Uri, catchedKey As String)
Parameters
- extensionServiceHost
- Uri
The URI of the extension service host.
- catchedKey
- String
The cached key.