Propriété AuthenticationTicket.Properties

Espace de noms :  Microsoft.Owin.Security
Assembly :  Microsoft.Owin.Security (en Microsoft.Owin.Security.dll)

Syntaxe

'Déclaration
Public Property Properties As AuthenticationProperties 
    Get 
    Private Set
'Utilisation
Dim instance As AuthenticationTicket 
Dim value As AuthenticationProperties 

value = instance.Properties
public AuthenticationProperties Properties { get; private set; }
public:
property AuthenticationProperties^ Properties {
    AuthenticationProperties^ get ();
    private: void set (AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, private set
function get Properties () : AuthenticationProperties 
private function set Properties (value : AuthenticationProperties)

Valeur de propriété

Type : Microsoft.Owin.Security.AuthenticationProperties

Voir aussi

Référence

AuthenticationTicket Classe

Espace de noms Microsoft.Owin.Security