Skip to main content
A newer version of this page is available. .

SecurityUserBase.GeneratePassword(String) Method

Generates an encrypted password.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.Xpo.v19.1.dll

Declaration

public static string GeneratePassword(
    string password
)

Parameters

Name Type Description
password String

A string which is an unencrypted password.

Returns

Type Description
String

An encrypted password value.

See Also