Msr.CardAuthenticationDataLength Property
2/27/2008
Gets the length of the raw CardAuthenticationData before it is encrypted.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CardAuthenticationDataLength As Integer
public virtual int CardAuthenticationDataLength { get; }
public:
virtual property int CardAuthenticationDataLength {
int get ();
}
/** @property */
public int get_CardAuthenticationDataLength ()
public function get CardAuthenticationDataLength () : 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 data before it is encrypted. It may be needed to restore the original 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.