ActiveDirectoryMembershipProvider.PasswordFormat Property

Definition

Gets a value indicating the format of passwords in the Active Directory data store.

public:
 virtual property System::Web::Security::MembershipPasswordFormat PasswordFormat { System::Web::Security::MembershipPasswordFormat get(); };
public override System.Web.Security.MembershipPasswordFormat PasswordFormat { get; }
member this.PasswordFormat : System.Web.Security.MembershipPasswordFormat
Public Overrides ReadOnly Property PasswordFormat As MembershipPasswordFormat

Property Value

One of the MembershipPasswordFormat values. The PasswordFormat property always returns Hashed.

Remarks

The ActiveDirectoryMembershipProvider property does not support password retrieval. The behavior of the ActiveDirectoryMembershipProvider object is the same as other providers working with Hashed passwords.

Applies to

See also