Share via


Msr.Track2EncryptedDataLength Property

2/27/2008

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property Track2EncryptedDataLength As Integer
public virtual int Track2EncryptedDataLength { get; }
public:
virtual property int Track2EncryptedDataLength {
    int get ();
}
/** @property */
public int get_Track2EncryptedDataLength ()
public function get Track2EncryptedDataLength () : int

Remarks

The length of this property after it is decrypted is contained in the Track2EncryptedDataLength 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