ReturnEndpointContext.SignInAsAuthenticationType Property

Gets or sets the context that signs in as authentication type.

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

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

value = instance.SignInAsAuthenticationType

instance.SignInAsAuthenticationType = value

Property Value

Type: System.String
The context that signs in as authentication type.
Show: