你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TokenProvider.CreateWindowsTokenProvider 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateWindowsTokenProvider(IEnumerable<Uri>) |
创建 Windows 令牌提供程序。 |
CreateWindowsTokenProvider(IEnumerable<Uri>, NetworkCredential) |
创建 Windows 令牌提供程序。 |
CreateWindowsTokenProvider(IEnumerable<Uri>)
创建 Windows 令牌提供程序。
public static Microsoft.ServiceBus.TokenProvider CreateWindowsTokenProvider (System.Collections.Generic.IEnumerable<Uri> stsUris);
static member CreateWindowsTokenProvider : seq<Uri> -> Microsoft.ServiceBus.TokenProvider
Public Shared Function CreateWindowsTokenProvider (stsUris As IEnumerable(Of Uri)) As TokenProvider
参数
- stsUris
- IEnumerable<Uri>
安全令牌服务的 URI (STS) 。
返回
TokenProvider用于返回 Windows 令牌的 。
适用于
CreateWindowsTokenProvider(IEnumerable<Uri>, NetworkCredential)
创建 Windows 令牌提供程序。
public static Microsoft.ServiceBus.TokenProvider CreateWindowsTokenProvider (System.Collections.Generic.IEnumerable<Uri> stsUris, System.Net.NetworkCredential credential);
static member CreateWindowsTokenProvider : seq<Uri> * System.Net.NetworkCredential -> Microsoft.ServiceBus.TokenProvider
Public Shared Function CreateWindowsTokenProvider (stsUris As IEnumerable(Of Uri), credential As NetworkCredential) As TokenProvider
参数
- stsUris
- IEnumerable<Uri>
安全令牌服务的 URI (STS) 。
- credential
- NetworkCredential
用户凭据。
返回
TokenProvider用于返回 Windows 令牌的 。