ProviderAuthInfo Constructors
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
ProviderAuthInfo(String) | |
ProviderAuthInfo(String, IEnumerable<String>) |
ProviderAuthInfo(String)
public:
ProviderAuthInfo(System::String ^ identifier);
public ProviderAuthInfo (string identifier);
new Microsoft.IdentityServer.Authentication.ProviderAuthInfo : string -> Microsoft.IdentityServer.Authentication.ProviderAuthInfo
Public Sub New (identifier As String)
Parameters
- identifier
- String
Applies to
ProviderAuthInfo(String, IEnumerable<String>)
public:
ProviderAuthInfo(System::String ^ identifier, System::Collections::Generic::IEnumerable<System::String ^> ^ authMethods);
public ProviderAuthInfo (string identifier, System.Collections.Generic.IEnumerable<string> authMethods);
new Microsoft.IdentityServer.Authentication.ProviderAuthInfo : string * seq<string> -> Microsoft.IdentityServer.Authentication.ProviderAuthInfo
Public Sub New (identifier As String, authMethods As IEnumerable(Of String))
Parameters
- identifier
- String
- authMethods
- IEnumerable<String>