TwitterAuthenticationOptions.ConsumerSecret Property
Gets or sets the consumer secret used to sign requests to Twitter.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
'Declaration
Public Property ConsumerSecret As String
Get
Set
'Usage
Dim instance As TwitterAuthenticationOptions
Dim value As String
value = instance.ConsumerSecret
instance.ConsumerSecret = value
public string ConsumerSecret { get; set; }
public:
property String^ ConsumerSecret {
String^ get ();
void set (String^ value);
}
member ConsumerSecret : string with get, set
function get ConsumerSecret () : String
function set ConsumerSecret (value : String)
Property Value
Type: System.String
The consumer secret used to sign requests to Twitter.