UserValidationInfo Class
Defines information returned by an account store after validating user credentials.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.UserValidationInfo
Syntax
[SerializableAttribute]
public class UserValidationInfo
[SerializableAttribute]
public ref class UserValidationInfo
[<SerializableAttribute>]
type UserValidationInfo = class end
<SerializableAttribute>
Public Class UserValidationInfo
Constructors
Name | Description | |
---|---|---|
UserValidationInfo() | Initializes a new instance of the UserValidationInfo class. |
|
UserValidationInfo(Int64) | Initializes a new instance of the UserValidationInfo class. |
|
UserValidationInfo(Int64, String[]) | Initializes a new instance of the UserValidationInfo class. |
Properties
Name | Description | |
---|---|---|
AdditionalValidationInfo | Gets or sets additional validation results that may be useful in generating a verbose security audit. |
|
ErrorCode | An account store specific error code reflecting the status of user credentials validation. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a String that represents the current UserValidationInfo object.(Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top