AuthenticationMethodDescriptor.CreateDescriptorForNativeAuthMethod 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 ^ CreateDescriptorForNativeAuthMethod(Type ^ type, cli::array <System::String ^> ^ authenticationMethods, System::String ^ identifier, cli::array <System::String ^> ^ identityClaims, System::String ^ adminName, bool allowedForPrimaryExtranetAuth, bool allowedForPrimaryIntranetAuth, bool allowedForSecondaryAuth, bool isUsedByProxy, bool isUsedBySts, bool isVisible, bool requiresIdentity);
public static Microsoft.IdentityServer.PolicyModel.Configuration.AuthenticationMethodDescriptor CreateDescriptorForNativeAuthMethod (Type type, string[] authenticationMethods, string identifier, string[] identityClaims, string adminName, bool allowedForPrimaryExtranetAuth, bool allowedForPrimaryIntranetAuth, bool allowedForSecondaryAuth, bool isUsedByProxy, bool isUsedBySts, bool isVisible, bool requiresIdentity);
static member CreateDescriptorForNativeAuthMethod : Type * string[] * string * string[] * string * bool * bool * bool * bool * bool * bool * bool -> Microsoft.IdentityServer.PolicyModel.Configuration.AuthenticationMethodDescriptor
Parameters
- type
- Type
- authenticationMethods
- String[]
- identifier
- String
- identityClaims
- String[]
- adminName
- String
- allowedForPrimaryExtranetAuth
- Boolean
- allowedForPrimaryIntranetAuth
- Boolean
- allowedForSecondaryAuth
- Boolean
- isUsedByProxy
- Boolean
- isUsedBySts
- Boolean
- isVisible
- Boolean
- requiresIdentity
- Boolean