Share via


Msr.Track4EncryptedDataLength Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the length of the raw Track4Data before it is encrypted.

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

Syntax

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

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