Issues an Enterprise Single Sign-On (SSO) server ticket for authenticating a user on an application.
HRESULT IssueTicket(
LONG lFlags,
BSTR* pbstrTicket
);
[Visual Basic]
Function IssueTicket(
lFlags As Long
) As String
Parameters
- lFlags [C++]
- [in] Not used, should be zero (0).
- lFlags [Visual Basic]
- [in] Not used, should be zero (0).
- pbstrTicket [C++]
- [out] Pointer to a string that receives the ticket. This is a base64-encoded value for use in XML documents.
Return Value
[C++]This method returns an HRESULT indicating whether it completed successfully. See the Error Values section for more details.
[Visual Basic] String that receives the issued ticket value. This is a base64-encoded value for use in XML documents.
Error Values
[C++] This method returns an HRESULT containing one of the values in the following table.
[Visual Basic] This method indicates errors by setting the Number property of the global Err object to one of the values in the following table:
| Value | Description |
| S_OK | The method succeeded. |
| E_ACCESSDENIED | Access is denied to the caller. |
| E_INVALIDARG | A parameter that is not valid was detected. |
Remarks
To access this method, you must be an Application User. You can only issue a ticket for yourself.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003
See Also
ISSOTicket Interface | ISSOTicket Members
To download updated BizTalk Server 2004 Help from www.microsoft.com, go to
http://go.microsoft.com/fwlink/?linkid=20616.
Copyright © 2004 Microsoft Corporation.
All rights reserved.