TokenProvider.CreateWindowsTokenProvider Method
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.
Overloads
CreateWindowsTokenProvider(IEnumerable<Uri>) |
Creates a windows token provider. |
CreateWindowsTokenProvider(IEnumerable<Uri>, NetworkCredential) |
Creates a windows token provider. |
CreateWindowsTokenProvider(IEnumerable<Uri>)
Creates a windows token provider.
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
Parameters
- stsUris
- IEnumerable<Uri>
The URIs of the Security Token Service (STS).
Returns
The TokenProvider for returning the windows token.
Applies to
CreateWindowsTokenProvider(IEnumerable<Uri>, NetworkCredential)
Creates a windows token provider.
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
Parameters
- stsUris
- IEnumerable<Uri>
The URIs of the Security Token Service (STS).
- credential
- NetworkCredential
The user credential.
Returns
The TokenProvider for returning the windows token.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET