UserValidationInfo Constructor (Int64, String[])
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,
string[] additionalInfo
)
public:
UserValidationInfo(
long long error,
array<String^>^ additionalInfo
)
new :
error:int64 *
additionalInfo:string[] -> UserValidationInfo
Public Sub New (
error As Long,
additionalInfo As String()
)
Parameters
error
Type: System.Int64An account store specific error code reflecting the status of user credentials validation.
additionalInfo
Type: System.String[]A String to append to the message. By default, this is an empty string.
See Also
UserValidationInfo Overload
UserValidationInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top