Msr.Track3EncryptedDataLength Property
2/27/2008
Gets the encrypted track 3 data obtained from the most recently swiped card.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Track3EncryptedDataLength As Integer
public virtual int Track3EncryptedDataLength { get; }
public:
virtual property int Track3EncryptedDataLength {
int get ();
}
/** @property */
public int get_Track3EncryptedDataLength ()
public function get Track3EncryptedDataLength () : int
Remarks
The length of this property after it is decrypted is contained in the Track3EncryptedDataLength 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.