CredentialsVerificationInfo Constructor (AccountStore.AccountStoreType, String, String, String, UserValidationInfo)
This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the CredentialsVerificationInfo object based on the supplied parameter values.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CredentialsVerificationInfo(
AccountStore.AccountStoreType accountStoreType,
string m_accountStoreTypeDisplay,
string m_accountStoreUri,
string displayName,
UserValidationInfo userValidationData
)
public:
CredentialsVerificationInfo(
AccountStore::AccountStoreType accountStoreType,
String^ m_accountStoreTypeDisplay,
String^ m_accountStoreUri,
String^ displayName,
UserValidationInfo^ userValidationData
)
new :
accountStoreType:AccountStore.AccountStoreType *
m_accountStoreTypeDisplay:string *
m_accountStoreUri:string *
displayName:string *
userValidationData:UserValidationInfo -> CredentialsVerificationInfo
Public Sub New (
accountStoreType As AccountStore.AccountStoreType,
m_accountStoreTypeDisplay As String,
m_accountStoreUri As String,
displayName As String,
userValidationData As UserValidationInfo
)
Parameters
accountStoreType
Type: System.Web.Security.SingleSignOn.AccountStore.AccountStoreTypeThe type of the account store from the enumerated data type AccountStore.AccountStoreType.
m_accountStoreTypeDisplay
Type: System.StringDisplay string for the AccountStore.AccountStoreType.
m_accountStoreUri
Type: System.StringThe Uri string identifying the account store that validates the user credentials.
displayName
Type: System.StringDisplay name of the account store that validates the user credentials.
userValidationData
Type: System.Web.Security.SingleSignOn.UserValidationInfoThe UserValidationInfo object that contains the result of user validation performed by the account store.
See Also
CredentialsVerificationInfo Overload
CredentialsVerificationInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top