Click or drag to resize
Password Class
Provides methods for password generation.
Inheritance Hierarchy
SystemObject
  CMS.Membership.SecurityPassword

Namespace: CMS.Membership.Security
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
public static class Password

The Password type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenerate
Generates a random password of the specified length.
Top
See Also