DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneConnectionStringBuilder Class / AuthenticationType Property

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