Share via


PinPad.AdditionalSecurityInformation Property

2/27/2008

Holds security/encryption information, formatted as a Hex-ASCII string, after a successful PIN entry operation in which the DataEvent event is queued to the application with a DataEventArgs.Status of Success.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property AdditionalSecurityInformation As String
public abstract string AdditionalSecurityInformation { get; }
public:
virtual property String^ AdditionalSecurityInformation {
    String^ get () abstract;
}
/** @property */
public abstract String get_AdditionalSecurityInformation ()
public abstract function get AdditionalSecurityInformation () : String

Remarks

The content and internal format of this string will vary depending on the PIN Pad Management System being used. For example, for DUKPT-based key encryption, AdditionalSecurityInformation contains the PIN pad sequence number. If the user cancels the PIN entry operation, resulting in the DataEvent event DataEventArgs.Status property set to Cancel, AdditionalSecurityInformation will contain an empty string.

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

PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
DataEvent