Share via


Msr.Track4EncryptedData Property

2/27/2008

Gets the encrypted track 4 data obtained from the most recently swiped card.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Track4EncryptedData As Byte()
public virtual byte[] Track4EncryptedData { get; }
public:
virtual property array<unsigned char>^ Track4EncryptedData {
    array<unsigned char>^ get ();
}
/** @property */
public byte[] get_Track4EncryptedData ()
public function get Track4EncryptedData () : byte[]

Remarks

The length of this property after it is decrypted is contained in the Track4EncryptedDataLength property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Msr Class
Msr Members
Microsoft.PointOfService Namespace