Share via


Msr.CardAuthenticationData Property

2/27/2008

Gets the card authentication information when a DataEvent is delivered.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CardAuthenticationData As Byte()
public virtual byte[] CardAuthenticationData { get; }
public:
virtual property array<unsigned char>^ CardAuthenticationData {
    array<unsigned char>^ get ();
}
/** @property */
public byte[] get_CardAuthenticationData ()
public function get CardAuthenticationData () : byte[]

Remarks

The information content and internal format of this property will vary among services and depends on the value of the CapCardAuthentication property. This property will be empty if CapCardAuthentication is None. The value of this property will be encrypted via the encryption algorithm contained in the DataEncryptionAlgorithm property. The length of the raw (unencrypted) value of this property is contained in the CardAuthenticationDataLength 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