Share via


Cat.AdditionalSecurityInformation Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets additional security information for an authorization operation.

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

Syntax

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

/** @property */
public abstract void set_AdditionalSecurityInformation (String value)
public abstract function get AdditionalSecurityInformation () : String

public abstract function set AdditionalSecurityInformation (value : 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 that is stored here is device-specific, it should not be used for any development that requires portability.

This property should then be updated by the service object while the device is enabled.

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

Cat Class
Cat Members
Microsoft.PointOfService Namespace
CapAdditionalSecurityInformation
BinaryConversion Enumeration