AuthenticablePrincipal.AllowReversiblePasswordEncryption Propriedade
Definição
Obtém ou define um valor booliano que especifica se a criptografia de senha reversível está habilitada para esta conta.Gets or sets a Boolean value that specifies whether reversible password encryption is enabled for this account.
public:
property bool AllowReversiblePasswordEncryption { bool get(); void set(bool value); };
public bool AllowReversiblePasswordEncryption { get; set; }
member this.AllowReversiblePasswordEncryption : bool with get, set
Public Property AllowReversiblePasswordEncryption As Boolean
Valor da propriedade
true se a criptografia de senha reversível estiver habilitada para esta conta; caso contrário false .true if reversible password encryption is enabled for this account; otherwise false.
Exceções
O repositório subjacente não dá suporte a essa propriedade.The underlying store does not support this property.