Skip to main content

AuthenticationStandardLogonParameters.Password Property

Specifies the password.

Namespace: DevExpress.ExpressApp.Security

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

NuGet Package: DevExpress.ExpressApp.Security

Declaration

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

Property Value

Type Description
String

A string which is the password.

See Also