次の方法で共有


SharePointSSOTokenExchangeMiddleware(IStorage, String) コンストラクター

定義

SharePointSSOTokenExchangeMiddleware クラスの新しいインスタンスを初期化します。

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)

パラメーター

storage
IStorage

重複除去に使用する IStorage

connectionName
String

シングル サインオン トークン交換に使用する接続名。

適用対象