EndorsementsValidator 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 helper methods for verifying JWT endorsements.
public static class EndorsementsValidator
type EndorsementsValidator = class
Public Class EndorsementsValidator
- Inheritance
-
EndorsementsValidator
Methods
Validate(String, HashSet<String>) |
Verify that the specified endorsement exists on the JWT token. Call this method multiple times to validate multiple endorsements. For example, if an Activity comes from WebChat, that activity's ChannelId property is set to "webchat" and the signing party of the JWT token must have a corresponding endorsement of “Webchat”. |