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

  • m_accountStoreUri
    Type: System.String

    The Uri string identifying the account store that validates the user credentials.

  • displayName
    Type: System.String

    Display name of the account store that validates the user credentials.

See Also

CredentialsVerificationInfo Overload
CredentialsVerificationInfo Class
System.Web.Security.SingleSignOn Namespace

Return to top