AuthenticateResult.Properties Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Nilai status tambahan untuk sesi autentikasi.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); };
public: property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { public:
Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); protected:
void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; protected set; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties? Properties { get; protected set; }
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public ReadOnly Property Properties As AuthenticationProperties
Public Property Properties As AuthenticationProperties