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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the minimum number of non-alphanumeric characters that must exist in the password for it to be valid.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property MinRequiredNonAlphanumericCharacters As Integer
'Usage
Dim instance As UpmMembershipProvider
Dim value As Integer
value = instance.MinRequiredNonAlphanumericCharacters
public override int MinRequiredNonAlphanumericCharacters { get; }
public:
virtual property int MinRequiredNonAlphanumericCharacters {
int get () override;
}
public override function get MinRequiredNonAlphanumericCharacters () : int
Property Value
Type: System..::.Int32
Minimum number of non-alphanumeric characters that must exist in the password for it to be valid. Default is 0.
Remarks
Returns the minimum number of non-alphanumeric characters that must be entered to create a valid password.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.