Authorize Method
Initiates a check authorization transaction.
Syntax
[VB.NET] Public Sub Authorize()
[C#] public void Authorize();
Remarks
This method sends an authorization request to the specified Gateway.
NOTE: This method has a corresponding asynchronous version (AuthorizeAsync) for use in the WinRT environment.