AuthenticationProperties.Clone 方法

定义

返回副本。

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

返回

副本。

适用于