Proprietà SimpleWebTokenWrapAuthenticationModule.AuthenticationType

Ottiene il tipo di autenticazione fornito dal modulo di autenticazione.

Spazio dei nomi  Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AuthenticationType As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Tipo di autenticazione fornito dal modulo di autenticazione.

Implementa

IAuthenticationModule.AuthenticationType

Vedere anche

Riferimento

SimpleWebTokenWrapAuthenticationModule Classe

Spazio dei nomi Microsoft.Workflow.Client.Security