AuthenticationMethodDescriptor.CreateDescriptorForNonNativePrimaryAuthMethod 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 ^ CreateDescriptorForNonNativePrimaryAuthMethod(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 allowedForPrimaryExtranetAuth, bool allowedForPrimaryIntranetAuth, bool allowedForSecondaryAuth, bool isUsedByProxy, bool isUsedBySts, bool isVisible, bool requiresIdentity);
public static Microsoft.IdentityServer.PolicyModel.Configuration.AuthenticationMethodDescriptor CreateDescriptorForNonNativePrimaryAuthMethod (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 allowedForPrimaryExtranetAuth, bool allowedForPrimaryIntranetAuth, bool allowedForSecondaryAuth, bool isUsedByProxy, bool isUsedBySts, bool isVisible, bool requiresIdentity);
static member CreateDescriptorForNonNativePrimaryAuthMethod : Type * string * string * System.Collections.Generic.Dictionary<int, string> * System.Collections.Generic.Dictionary<int, string> * string[] * string[] * bool * bool * bool * bool * bool * bool * 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[]
- allowedForPrimaryExtranetAuth
- Boolean
- allowedForPrimaryIntranetAuth
- Boolean
- allowedForSecondaryAuth
- Boolean
- isUsedByProxy
- Boolean
- isUsedBySts
- Boolean
- isVisible
- Boolean
- requiresIdentity
- Boolean