FacebookAuthenticationOptions.AppSecret Property

 

Gets or sets the Facebook-assigned app secret

Namespace:   Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

public string AppSecret { get; set; }
public:
property String^ AppSecret {
    String^ get();
    void set(String^ value);
}
member AppSecret : string with get, set
Public Property AppSecret As String

Property Value

Type: System.String

Returns String.

See Also

FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace

Return to top