Share via


AddLdapAccountStoreCommandDynamicParameters.LdapAuthenticationMethod Property

Definition

public:
 property Nullable<Microsoft::IdentityServer::Management::Resources::LdapAuthenticationMethod> LdapAuthenticationMethod { Nullable<Microsoft::IdentityServer::Management::Resources::LdapAuthenticationMethod> get(); void set(Nullable<Microsoft::IdentityServer::Management::Resources::LdapAuthenticationMethod> value); };
[System.Management.Automation.Parameter(Mandatory=false, ParameterSetName="AccountStoreDataParams")]
[System.Management.Automation.ValidateNotNull]
public Nullable<Microsoft.IdentityServer.Management.Resources.LdapAuthenticationMethod> LdapAuthenticationMethod { get; set; }
member this.LdapAuthenticationMethod : Nullable<Microsoft.IdentityServer.Management.Resources.LdapAuthenticationMethod> with get, set
Public Property LdapAuthenticationMethod As Nullable(Of LdapAuthenticationMethod)

Property Value

Attributes

Applies to