Msr.AdditionalSecurityInformation Property

2/27/2008

Gets additional security/encryption information when a DataEvent is delivered.

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

Syntax

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

Remarks

The information content and internal format of this property will vary among encryption algorithms. For example, if the encryption algorithm is DUKPT, then this property will contain the “DUKPT sequence number”. If the selected encryption algorithm does not require this property, its value will be set to empty.

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