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 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