EncryptionAlgorithm Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the encryption algorithms supported by the device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration EncryptionAlgorithm
[FlagsAttribute] 
public enum EncryptionAlgorithm
[FlagsAttribute] 
public enum class EncryptionAlgorithm
/** @attribute FlagsAttribute() */ 
public enum EncryptionAlgorithm
FlagsAttribute 
public enum EncryptionAlgorithm

Members

Member name Description
None Data encryption is not supported.
TripleDeaDukpt Derived Unique Key Per Transaction (United States, Latin America).

Remarks

Holds a bitwise indication of the encryption algorithms supported by the device and is selectable by using the DataEncryptionAlgorithm property.

This property is initialized by the Open method.

See Also

Reference

Microsoft.PointOfService Namespace