TwitterOptions.ConsumerSecret Property

Definition

Gets or sets the consumer secret used to sign requests to Twitter.

public:
 property System::String ^ ConsumerSecret { System::String ^ get(); void set(System::String ^ value); };
public string ConsumerSecret { get; set; }
public string? ConsumerSecret { get; set; }
member this.ConsumerSecret : string with get, set
Public Property ConsumerSecret As String

Property Value

The consumer secret used to sign requests to Twitter.

Applies to