FacebookAuthenticationOptions.SendAppSecretProof Property

 

Gets or sets if the appsecret_proof should be generated and sent with Facebook API calls. This is enabled by default.

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

Syntax

public bool SendAppSecretProof { get; set; }
public:
property bool SendAppSecretProof {
    bool get();
    void set(bool value);
}
member SendAppSecretProof : bool with get, set
Public Property SendAppSecretProof As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace

Return to top