GetAuthenticationTicket¶
Generates a login ticket for the specified user.
$Membership.GetAuthenticationTicket(identity: ( string | Identity )):string (Identity)
Parameters¶
( string | Identity ) identity
The user identity for whom to generate the login ticket.