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
public string ConsumerSecret { get; set; }
public:
property String^ ConsumerSecret {
String^ get();
void set(String^ value);
}
member ConsumerSecret : string with get, set
Public Property ConsumerSecret As String
Property Value
Type: System.String
The consumer secret used to sign requests to Twitter.
See Also
TwitterAuthenticationOptions Class
Microsoft.Owin.Security.Twitter Namespace
Return to top