DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoConnectionStringBuilder Class / AuthenticationType Property

In This Topic
    AuthenticationType Property (C1MagentoConnectionStringBuilder)
    In This Topic
    The type of authorization the request will utilize.
    Syntax
    'Declaration
     
    Public Property AuthenticationType As MagentoAuthenticationTypes
    public MagentoAuthenticationTypes AuthenticationType {get; set;}
    See Also