BotAuthenticator.EndorsementsValidator Delegate
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.
public delegate bool BotAuthenticator.EndorsementsValidator(IEnumerable<IActivity> activities, string[] endorsements);
type BotAuthenticator.EndorsementsValidator = delegate of seq<IActivity> * string[] -> bool
Public Delegate Function BotAuthenticator.EndorsementsValidator(activities As IEnumerable(Of IActivity), endorsements As String()) As Boolean
Parameters
- activities
- IEnumerable<IActivity>
- endorsements
- String[]