ActiveDirectoryMembershipProvider::PasswordFormat Property

 

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

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
property MembershipPasswordFormat PasswordFormat {
	virtual MembershipPasswordFormat get() override;
}

Property Value

Type: System.Web.Security::MembershipPasswordFormat

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

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

.NET Framework
Available since 2.0
Return to top
Show: