GovernmentChannelValidation 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.
Valies JWT tokens from a Government channel.
public sealed class GovernmentChannelValidation
type GovernmentChannelValidation = class
Public NotInheritable Class GovernmentChannelValidation
- Inheritance
-
GovernmentChannelValidation
Constructors
| GovernmentChannelValidation() |
Fields
| ToBotFromGovernmentChannelTokenValidationParameters |
TO BOT FROM GOVERNMENT CHANNEL: Token validation parameters when connecting to a bot. |
Properties
| OpenIdMetadataUrl |
Gets or sets the metadata address. |
Methods
| AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String) |
Validate the incoming Auth Header as a token sent from a Bot Framework Government Channel Service. |
| AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String, AuthenticationConfiguration) |
Validate the incoming Auth Header as a token sent from a Bot Framework Government Channel Service. |
| ValidateIdentity(ClaimsIdentity, ICredentialProvider, String) |
Validate the ClaimsIdentity as sent from a Bot Framework Government Channel Service. |