FacebookAuthenticationOptions.SignInAsAuthenticationType Property

Gets or sets a string that represents the authentication type for signing in.

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

Syntax

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

value = instance.SignInAsAuthenticationType

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

Property Value

Type: System.String
A string that represents the authentication type for signing in.

See Also

Reference

FacebookAuthenticationOptions Class

Microsoft.Owin.Security.Facebook Namespace