CredentialsVerificationInfo.UserValidationData Property
Gets or sets the user validation data for the account store that verified the user credentials.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public UserValidationInfo UserValidationData { get; set; }
public:
property UserValidationInfo^ UserValidationData {
UserValidationInfo^ get();
void set(UserValidationInfo^ value);
}
member UserValidationData : UserValidationInfo with get, set
Public Property UserValidationData As UserValidationInfo
Property Value
Type: System.Web.Security.SingleSignOn.UserValidationInfo
The user validation data for the account store that verified the user credentials.
See Also
CredentialsVerificationInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top