CredentialsVerificationException Constructor (CredentialsVerificationInfo)
This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class based on the CredentialsVerificationInfo object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CredentialsVerificationException(
CredentialsVerificationInfo credentialsVerificationInfo
)
public:
CredentialsVerificationException(
CredentialsVerificationInfo^ credentialsVerificationInfo
)
new :
credentialsVerificationInfo:CredentialsVerificationInfo -> CredentialsVerificationException
Public Sub New (
credentialsVerificationInfo As CredentialsVerificationInfo
)
Parameters
credentialsVerificationInfo
Type: System.Web.Security.SingleSignOn.CredentialsVerificationInfoThe CredentialsVerificationInfo that contains data that is returned as the result of validating users to the Internet resource.
See Also
CredentialsVerificationException Overload
CredentialsVerificationException Class
System.Web.Security.SingleSignOn Namespace
Return to top