Class SdkDataInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class SdkDataInput
Properties
DeviceRenderOptions
Object containing rendering options of the device.
Declaration
public DeviceRenderOptions DeviceRenderOptions { get; set; }
Property Value
Type | Description |
---|---|
DeviceRenderOptions |
SdkAppId
Universally unique ID created upon all installations and updates of your app on a c Device. This will be newly generated and stored by the 3DS SDK for each installation or update
Declaration
public string SdkAppId { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkEncryptedData
JWE Object containing data encrypted by the 3-D Secure SDK
Declaration
public string SdkEncryptedData { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkEphemeralPublicKey
Public key component of the ephemeral key pair generated by the 3-D Secure SDK and used to establish session keys between the 3-D Secure SDK and ACS.
Declaration
public string SdkEphemeralPublicKey { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkMaxTimeout
Indicates maximum amount of time (in minutes) for all exchanges. Minimum amount of minutes is 5.
Declaration
public string SdkMaxTimeout { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkReferenceNumber
Identifies the vendor and version for the 3-D Secure SDK that is integrated in your app, assigned by EMVCo when the 3-D Secure SDK is approved.
Declaration
public string SdkReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkTransactionId
Universally unique transaction identifier assigned by the 3-D Secure SDK to identify a single transaction.
Declaration
public string SdkTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |