RemoteAuthenticationContext<TOptions>.Properties 속성

정의

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

속성 값

적용 대상