Proprietà SimpleWebTokenWrapAuthenticationModule.CanPreAuthenticate

Ottiene un valore che indica se il modulo di autenticazione supporta la preautenticazione.

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

Sintassi

'Dichiarazione
Public ReadOnly Property CanPreAuthenticate As Boolean 
    Get
'Utilizzo
Dim instance As SimpleWebTokenWrapAuthenticationModule 
Dim value As Boolean 

value = instance.CanPreAuthenticate
public bool CanPreAuthenticate { get; }
public:
virtual property bool CanPreAuthenticate {
    bool get () sealed;
}
abstract CanPreAuthenticate : bool 
override CanPreAuthenticate : bool
final function get CanPreAuthenticate () : boolean

Valore proprietà

Tipo: System.Boolean
true se il modulo di autenticazione supporta la preautenticazione. In caso contrario, false.

Implementa

IAuthenticationModule.CanPreAuthenticate

Vedere anche

Riferimento

SimpleWebTokenWrapAuthenticationModule Classe

Spazio dei nomi Microsoft.Workflow.Client.Security