RSTParams

Specifies batched ticketing information.

typedef struct
{
   DWORD cbSize;
   LPCWSTR wzServiceTarget;
   LPCWSTR wzServicePolicy;
   DWORD dwTokenFlags;
   DWORD dwTokenParam;
}  RSTParams, *PRSTParams;

typedef const PRSTParams PCRSTParams;

Fields

cbSize

The size of the structure.

wzServiceTarget

The name of the target service.

wzServicePolicy

The service authentication policy for issuing the ticket.

dwTokenFlags

Must be 0.

dwTokenParam

Must be 0.

See Also

Concepts

Structures and Types