Skip to main content
.NET Framework 4.5.2+

AuthenticationStandardLogonParameters.Password Property

Specifies the password.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

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

Property Value

Type Description
String

A string which is the password.

See Also