Click to Rate and Give Feedback
MSDN
MSDN Library
BizTalk Server
BizTalk Server 2004
SDK
 ISSOTicket.IssueTicket Method (COM)
Microsoft BizTalk Server 2004
ISSOTicket.IssueTicket Method (COM)

Issues an Enterprise Single Sign-On (SSO) server ticket for authenticating a user on an application.

[C++]
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:

ValueDescription
S_OKThe method succeeded.
E_ACCESSDENIEDAccess is denied to the caller.
E_INVALIDARGA 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.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker