Skip to content

GetAuthenticationTicket¶

Generates a login ticket for the specified user.

1
$Membership.GetAuthenticationTicket(identity: ( string | Identity )):string

Parameters¶

( string | Identity ) identity
    The user identity for whom to generate the login ticket.