E-Payment Integrator - 3-D Secure V6 - Online Help
Available for:
E-Payment Integrator - 3-D Secure V6
Questions / Feedback?

AuthenticationCertificate Property

Contains the signing certificate for the PARes message returned by the ACS.

Syntax

[VB.NET]
Public ReadOnlyProperty AuthenticationCertificate As String
Public ReadOnlyProperty AuthenticationCertificateB As Byte()

[C#]
public string AuthenticationCertificate {get;}
public byte[] AuthenticationCertificateB {get;}

Remarks

This property contains the certificate that signed the Payer Authentication Response (PARes) message. This field is populated with the data returned from the Access Control Server (ACS) after calling the method CheckAuthenticationResponse. The AuthenticationCertificate will be verified by the RootCertificate.

This property is read-only and not available at design time.

Default Value

""

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 6.0.6635.0