ResultContext<TOptions>.Properties Property

Definition

Gets or sets the AuthenticationProperties.

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; }
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public Property Properties As AuthenticationProperties

Property Value

Applies to