AuthenticationOptions.AuthenticationType Property

The AuthenticationType in the options corresponds to the IIdentity AuthenticationType property. A different value may be assigned in order to use the same authentication middleware type more than once in a pipeline.

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

'Declaration
Public Property AuthenticationType As String 
	Get 
	Set
'Usage
Dim instance As AuthenticationOptions 
Dim value As String 

value = instance.AuthenticationType

instance.AuthenticationType = value

Property Value

Type: System.String
Returns String.
Show: