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

'Declaration
Public Property AppSecret As String 
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticationOptions 
Dim value As String 

value = instance.AppSecret

instance.AppSecret = value
public string AppSecret { get; set; }
public:
property String^ AppSecret {
    String^ get ();
    void set (String^ value);
}
member AppSecret : string with get, set
function get AppSecret () : String 
function set AppSecret (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

FacebookAuthenticationOptions Class

Microsoft.Owin.Security.Facebook Namespace