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.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CredentialsVerificationInfo CredentialsVerificationInfo { get; set; }
public:
property CredentialsVerificationInfo^ CredentialsVerificationInfo {
CredentialsVerificationInfo^ get();
void set(CredentialsVerificationInfo^ value);
}
member CredentialsVerificationInfo : CredentialsVerificationInfo with get, set
Public Property CredentialsVerificationInfo As CredentialsVerificationInfo
Property Value
Type: System.Web.Security.SingleSignOn.CredentialsVerificationInfo
The CredentialsVerificationInfo.
See Also
CredentialsVerificationException Class
System.Web.Security.SingleSignOn Namespace
Return to top