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

戻り値

コピー。

適用対象