Share via


ElectronicValueRW.AdditionalSecurityInformation Property

2/27/2008

Gets or sets additional security information that is stored before issuing an authorization method to an ElectronicValueRW device.

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 ElectronicValueRW device by setting this property before issuing an authorization method. Also, data obtained from the ElectronicValueRW device and not stored in any other property as the result of an authorization operation 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 is initialized to an empty string ("") by the Open method.

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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace