SharePointSSOTokenExchangeMiddleware(IStorage, String) Constructor
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.
Initializes a new instance of the SharePointSSOTokenExchangeMiddleware class.
public SharePointSSOTokenExchangeMiddleware (Microsoft.Bot.Builder.IStorage storage, string connectionName);
new Microsoft.Bot.Builder.SharePoint.SharePointSSOTokenExchangeMiddleware : Microsoft.Bot.Builder.IStorage * string -> Microsoft.Bot.Builder.SharePoint.SharePointSSOTokenExchangeMiddleware
Public Sub New (storage As IStorage, connectionName As String)
Parameters
- connectionName
- String
The connection name to use for the single sign on token exchange.