DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Magento.Base.Abstraction.ADOBase Namespace / C1OAuth1ConnectionStringBuilder Class / ConsumerSecret Property

In This Topic
    ConsumerSecret Property
    In This Topic
    A secret used by the Consumer to establish ownership of the Consumer Key.
    Syntax
    'Declaration
     
    Public Property ConsumerSecret As String
    public string ConsumerSecret {get; set;}
    See Also