Skip to main content
.NET 6.0+

SecurityUserBase.GeneratePassword(String) Method

Generates an encrypted password.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.Xpo.v23.2.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