This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a value indicating the format for storing passwords in the membership data store.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public override  PasswordFormat { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides ReadOnly Property PasswordFormat As 
	Get

Field Value

Return Value

One of the MembershipPasswordFormat values indicating the format for storing passwords in the data store.

See Also

Advanced