RequestCurrentKeysAsync Method
Used to retrieve the current encryption keys from Paymentech.
Syntax
[VB.NET] Public Function RequestCurrentKeysAsync() As IAsyncAction
[C#] public IAsyncAction RequestCurrentKeysAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
RequestCurrentKeysAsync MethodUsed to retrieve the current encryption keys from Paymentech. Syntax[VB.NET] Public Function RequestCurrentKeysAsync() As IAsyncAction [C#] public IAsyncAction RequestCurrentKeysAsync(); RemarksThis method is the asynchronous version of the RequestCurrentKeys method and is used to support asynchronous operations in WinRT. Please refer to RequestCurrentKeys for more information. |
||