UserValidationInfo Constructor (Int64)

 

Initializes a new instance of the UserValidationInfo class.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public UserValidationInfo(
    long error
)
public:
UserValidationInfo(
    long long error
)
new : 
        error:int64 -> UserValidationInfo
Public Sub New (
    error As Long
)

Parameters

  • error
    Type: System.Int64

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

See Also

UserValidationInfo Overload
UserValidationInfo Class
System.Web.Security.SingleSignOn Namespace

Return to top