Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CredentialsVerificationInfo object resulting from credential validation of the user.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CredentialsVerificationInfo CredentialsVerification { get; set; }
public:
property CredentialsVerificationInfo^ CredentialsVerification {
CredentialsVerificationInfo^ get();
void set(CredentialsVerificationInfo^ value);
}
member CredentialsVerification : CredentialsVerificationInfo with get, set
Public Property CredentialsVerification As CredentialsVerificationInfo
Property Value
Type: System.Web.Security.SingleSignOn.CredentialsVerificationInfo
The CredentialsVerificationInfo object resulting from credential validation of the user.
See Also
RSTRResult Class
System.Web.Security.SingleSignOn Namespace
Return to top