Share via


Cat.AdditionalSecurityInformation Property

Additional security information.

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

Usage

'Usage
Dim cat1 As Cat

Dim returnValue As String
returnValue = cat1.AdditionalSecurityInformation

Dim sampleValue As String
cat1.AdditionalSecurityInformation = sampleValue

Syntax

'Declaration
Public MustOverride Property AdditionalSecurityInformation() As String
public abstract string AdditionalSecurityInformation {get; set;}
public: property virtual String^ AdditionalSecurityInformation{
    String^ get();
    Void set(String^);
}
public abstract System.String get_AdditionalSecurityInformation();
public abstract void set_AdditionalSecurityInformation(System.String);
public abstract function get AdditionalSecurityInformation() : String;
public abstract function set AdditionalSecurityInformation(String);

Remarks

An application can send data to the CAT device by setting AdditionalSecurityInformation before issuing an authorization method. Also, data obtained from the CAT device and not stored in any other property as the result of an authorization operation (for example, the account code for a loyalty program) can be provided to an application by storing it in this property. Because the data stored here is device-specific, this should not be used for any development that requires portability.

AdditionalSecurityInformation is typically intialized to NULL. It should then be updated by the service object while the device is enabled.

The format of this data depends on the value of BinaryConversion.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Cat Class
Cat Members
Microsoft.PointOfService Namespace
CapAdditionalSecurityInformation
BinaryConversion