ClientFormsAuthenticationCredentials.Password Propriedade
Definição
Obtém ou define a senha do usuário.Gets or sets the user password.
public:
property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String
Valor da propriedade
A senha do usuário.The user password.
Comentários
A ClientFormsAuthenticationMembershipProvider classe usa essa propriedade para recuperar a senha do usuário durante a autenticação.The ClientFormsAuthenticationMembershipProvider class uses this property to retrieve the user password during authentication. Normalmente, você não usará essa propriedade no código do aplicativo.You will not typically use this property in your application code. Em vez disso, você usará o construtor de classe para definir a senha do usuário.Instead, you will use the class constructor to set the user password.