AuthenticationMethodDescriptor.CreateDescriptorForNativeExternalAuthMethod 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.
public:
static Microsoft::IdentityServer::PolicyModel::Configuration::AuthenticationMethodDescriptor ^ CreateDescriptorForNativeExternalAuthMethod(Type ^ type, System::String ^ identifier, System::String ^ adminName, System::Collections::Generic::Dictionary<int, System::String ^> ^ descriptions, System::Collections::Generic::Dictionary<int, System::String ^> ^ friendlyNames, cli::array <System::String ^> ^ authenticationMethods, cli::array <System::String ^> ^ identityClaims, bool requiresIdentity);
public static Microsoft.IdentityServer.PolicyModel.Configuration.AuthenticationMethodDescriptor CreateDescriptorForNativeExternalAuthMethod (Type type, string identifier, string adminName, System.Collections.Generic.Dictionary<int,string> descriptions, System.Collections.Generic.Dictionary<int,string> friendlyNames, string[] authenticationMethods, string[] identityClaims, bool requiresIdentity);
static member CreateDescriptorForNativeExternalAuthMethod : Type * string * string * System.Collections.Generic.Dictionary<int, string> * System.Collections.Generic.Dictionary<int, string> * string[] * string[] * bool -> Microsoft.IdentityServer.PolicyModel.Configuration.AuthenticationMethodDescriptor
Parameters
- type
- Type
- identifier
- String
- adminName
- String
- descriptions
- Dictionary<Int32,String>
- friendlyNames
- Dictionary<Int32,String>
- authenticationMethods
- String[]
- identityClaims
- String[]
- requiresIdentity
- Boolean