ISSOTicket.RedeemTicket(String, String, String, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <System::String ^> ^ RedeemTicket(System::String ^ applicationName, System::String ^ sender, System::String ^ ticket, int flags, [Runtime::InteropServices::Out] System::String ^ % externalUserName);
public string[] RedeemTicket (string applicationName, string sender, string ticket, int flags, out string externalUserName);
abstract member RedeemTicket : string * string * string * int * string -> string[]
Public Function RedeemTicket (applicationName As String, sender As String, ticket As String, flags As Integer, ByRef externalUserName As String) As String()
Parameters
- applicationName
- String
- sender
- String
- ticket
- String
- flags
- Int32
- externalUserName
- String
Returns
- String[]