/n software 3-D Secure V2 .NET Edition

Questions / Feedback?

AuthenticationCertificate Property

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

Syntax

public string AuthenticationCertificate { get; }
public byte[] AuthenticationCertificateB { get; }
Public ReadOnly Property AuthenticationCertificate As String
Public ReadOnly Property AuthenticationCertificateB As Byte()

Default Value

""

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 .NET Edition - Version 2.2 [Build 8162]