MinimumRequiredNonAlphanumericCharacters Property
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 ReadOnly Property MinimumRequiredNonAlphanumericCharacters As Integer
'Usage
Dim instance As UpmMembershipSettings
Dim value As Integer
value = instance.MinimumRequiredNonAlphanumericCharacters
public int MinimumRequiredNonAlphanumericCharacters { get; }
public:
property int MinimumRequiredNonAlphanumericCharacters {
int get ();
}
public function get MinimumRequiredNonAlphanumericCharacters () : 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.