Msr.Track1EncryptedData Property
2/27/2008
Gets the length of the raw Track1Data before it is encrypted.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Track1EncryptedData As Byte()
public virtual byte[] Track1EncryptedData { get; }
public:
virtual property array<unsigned char>^ Track1EncryptedData {
array<unsigned char>^ get ();
}
/** @property */
public byte[] get_Track1EncryptedData ()
public function get Track1EncryptedData () : 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.