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
System_CAPS_pubmethod UserValidationInfo()

Initializes a new instance of the UserValidationInfo class.

System_CAPS_pubmethod UserValidationInfo(Int64)

Initializes a new instance of the UserValidationInfo class.

System_CAPS_pubmethod UserValidationInfo(Int64, String[])

Initializes a new instance of the UserValidationInfo class.

Properties

Name Description
System_CAPS_pubproperty AdditionalValidationInfo

Gets or sets additional validation results that may be useful in generating a verbose security audit.

System_CAPS_pubproperty ErrorCode

An account store specific error code reflecting the status of user credentials validation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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