AuthenticationStandardLogonParameters Methods
Logon Parameters type used by default with the AuthenticationStandard authentication.| 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. |
See Also