Share via


Msr.Track1EncryptedDataLength Property

2/27/2008

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

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

Syntax

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

Remarks

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