Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the encryption format for storing passwords in the membership data store.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PasswordFormat As MembershipPasswordFormat
Get
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim value As MembershipPasswordFormat
value = instance.PasswordFormat
public override MembershipPasswordFormat PasswordFormat { get; }
Property Value
Type: System.Web.Security.MembershipPasswordFormat
The encryption format for storing passwords in the membership data store.
See Also
Reference
SPClaimsAuthMembershipProvider Class