Table of Contents

Class GetPublicSecurityModuleCertificatsResponse

Namespace
RetailForce.Fiscalisation.Implementation.Lithuania
Assembly
RetailForce.Fiscalisation.Model.dll

Represents a request to retrieve public security module certificates.

public class GetPublicSecurityModuleCertificatsResponse
Inheritance
GetPublicSecurityModuleCertificatsResponse
Inherited Members

Remarks

This class encapsulates the necessary certificates required for interacting with the IEKA security module. Each certificate is provided in PEM format.

Properties

IekaDataRootCertificatePem

Gets or sets the IEKA data root certificate in PEM format.

public string IekaDataRootCertificatePem { get; set; }

Property Value

string

IekaDataSignCertificatePem

Gets or sets the IEKA data sign certificate in PEM format.

public string IekaDataSignCertificatePem { get; set; }

Property Value

string

IekaSmRootCertificatePem

Gets or sets the IEKA SM root certificate in PEM format.

public string IekaSmRootCertificatePem { get; set; }

Property Value

string

IntermediateSmCertificatePem

Gets or sets the intermediate SM certificate in PEM format.

public string IntermediateSmCertificatePem { get; set; }

Property Value

string