ExternalLoginInfo.AuthenticationProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AuthenticationProperties associated with this login.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ AuthenticationProperties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public Microsoft.AspNetCore.Authentication.AuthenticationProperties AuthenticationProperties { get; set; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties? AuthenticationProperties { get; set; }
member this.AuthenticationProperties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public Property AuthenticationProperties As AuthenticationProperties