| ||||
CreateTicket methodCreates an authentication ticket for use in account recovery, split registration, or for some custom purpose. Tickets can be used to create a URL that will automatically grant access to an eRoom (one time only) without a password. Note that for security reasons, great care should be taken when using tickets. See Using Tickets for security concerns. Syntax
ParametersMemberIDThe member ID of the user that will be granted access when following the ticket. URLThe target URL associated with the ticket. ExpirationThe number of seconds before the ticket expires. ppTicketUpon return, an IERUTicket interface pointer to the newly-created ticket. Return value
|
Home See also |