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

속성 값

적용 대상