IBTSTicket.ValidateAndRedeemTicket(Object, 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 ^> ^ ValidateAndRedeemTicket(System::Object ^ message, System::String ^ applicationName, int flags, [Runtime::InteropServices::Out] System::String ^ % externalUserName);
public string[] ValidateAndRedeemTicket (object message, string applicationName, int flags, out string externalUserName);
abstract member ValidateAndRedeemTicket : obj * string * int * string -> string[]
Public Function ValidateAndRedeemTicket (message As Object, applicationName As String, flags As Integer, ByRef externalUserName As String) As String()
Parameters
- message
- Object
- applicationName
- String
- flags
- Int32
- externalUserName
- String
Returns
String[]