共用方式為


AccessDeniedContext.Properties 屬性

定義

驗證工作階段的其他狀態值。

public:
 property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; set; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties? Properties { get; set; }
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public Property Properties As AuthenticationProperties

屬性值

適用於