Skip to main content
.NET 6.0+

AuthenticationStandardLogonParameters Members

Logon Parameters type used by default with the AuthenticationStandard authentication.

Constructors

Name Description
AuthenticationStandardLogonParameters() Initializes a new instance of the AuthenticationStandardLogonParameters class.
AuthenticationStandardLogonParameters(String, String) Initializes a new instance of the AuthenticationStandardLogonParameters class.

Properties

Name Description
Password Specifies the password.
UserName Specifies the login name.

Methods

Name Description
ClearPassword()
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetObjectData(SerializationInfo, StreamingContext) Populates a SerializationInfo with the data needed to serialize the AuthenticationStandardLogonParameters object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReadPropertyValues(SettingsStorage) Reads the AuthenticationStandardLogonParameters.UserName and AuthenticationStandardLogonParameters.Password values from the settings storage object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
WritePropertyValues(SettingsStorage) Writes the AuthenticationStandardLogonParameters.UserName and AuthenticationStandardLogonParameters.Password values to the settings storage object.

Events

Name Description
PropertyChanged Occurs when a AuthenticationStandardLogonParameters‘s property value changes.
See Also