ActiveDirectoryMembershipProvider.PasswordFormat Property
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.
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.