Click or drag to resize
CMSAuthorizeNetProviderGetMerchantAuthentication Method
Creates authentication for payment request.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual MerchantAuthentication GetMerchantAuthentication()

Return Value

Type: MerchantAuthentication
Instance of MerchantAuthentication.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when merchant login ID or merchant transaction key exceeds maximal length.
See Also