RemoteAuthenticationContext<TOptions>.Properties Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
öğesini alır veya ayarlar AuthenticationProperties.
public:
virtual property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; set; }
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties? Properties { get; set; }
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public Overridable Property Properties As AuthenticationProperties