Share via


Msr.Track2EncryptedData Property

2/27/2008

Holds the length of the raw Track2Data before it is encrypted.

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

Syntax

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

Remarks

Many encryption algorithms require padding of the input data before it can be encrypted. This property contains the length of the original unpadded track data before it is encrypted. It may be needed to restore the original track data after decryption.

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