Share via


TwitterAuthenticationOptions.ConsumerKey Property

 

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