Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the consumer key used to communicate with Twitter.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public string ConsumerKey { get; set; }
public:
property String^ ConsumerKey {
String^ get();
void set(String^ value);
}
member ConsumerKey : string with get, set
Public Property ConsumerKey As String
Property Value
Type: System.String
The consumer key used to communicate with Twitter.
See Also
TwitterAuthenticationOptions Class
Microsoft.Owin.Security.Twitter Namespace
Return to top