Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AuthenticationStandardLogonParameters.Password Property

Specifies the password.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v21.2.dll

Declaration

[ModelDefault("IsPassword", "True")]
public string Password { get; set; }

Property Value

Type Description
String

A string which is the password.

See Also