FormsIdentity::Clone Method ()

.NET Framework (current version)
 

Gets a copy of the current FormsIdentity instance.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
virtual ClaimsIdentity^ Clone() override

Return Value

Type: System.Security.Claims::ClaimsIdentity^

A copy of the current FormsIdentity instance.

.NET Framework
Available since 4.5
Return to top
Show: