Propriété AuthenticationProperties.IsPersistent
Obtient ou définit une valeur qui indique si l'authentification est persistante.
Espace de noms : Microsoft.Owin.Security
Assembly : Microsoft.Owin (en Microsoft.Owin.dll)
Syntaxe
'Déclaration
Public Property IsPersistent As Boolean
Get
Set
'Utilisation
Dim instance As AuthenticationProperties
Dim value As Boolean
value = instance.IsPersistent
instance.IsPersistent = value
public bool IsPersistent { get; set; }
public:
property bool IsPersistent {
bool get ();
void set (bool value);
}
member IsPersistent : bool with get, set
function get IsPersistent () : boolean
function set IsPersistent (value : boolean)
Valeur de propriété
Type : System.Boolean
true si l'authentification est persistante ; sinon, false.