AuthenticateResult.Clone Method

Definition

Create a new deep copy of the result

public:
 Microsoft::AspNetCore::Authentication::AuthenticateResult ^ Clone();
public Microsoft.AspNetCore.Authentication.AuthenticateResult Clone ();
member this.Clone : unit -> Microsoft.AspNetCore.Authentication.AuthenticateResult
Public Function Clone () As AuthenticateResult

Returns

A copy of the result

Applies to