Proprietà TokenInfoIsValid
             | 
          
        
        
            Restituisce true se questo oggetto è stato inizializzato con
            un token valido altrimenti false.
            Desume che il token sia valido se è stato assegnato il TokenType.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic bool IsValid { get; }Public ReadOnly Property IsValid As Boolean
	Get
public:
property bool IsValid {
	bool get ();
}member IsValid : bool with get
Valore della proprietà
Boolean
Vedi anche