SimpleWebTokenWrapAuthenticationModule.AuthenticationType Property

Gets the authentication type provided by this authentication module.

Namespace:  Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AuthenticationType As String 
    Get
'Usage
Dim instance As SimpleWebTokenWrapAuthenticationModule 
Dim value As String 

value = instance.AuthenticationType
public string AuthenticationType { get; }
public:
virtual property String^ AuthenticationType {
    String^ get () sealed;
}
abstract AuthenticationType : string 
override AuthenticationType : string
final function get AuthenticationType () : String

Property Value

Type: System.String
The authentication type provided by this authentication module.

Implements

IAuthenticationModule.AuthenticationType

See Also

Reference

SimpleWebTokenWrapAuthenticationModule Class

Microsoft.Workflow.Client.Security Namespace