PinPadProperties.AdditionalSecurityInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public string AdditionalSecurityInformation { get; set; }
member this.AdditionalSecurityInformation : string with get, set
Public Property AdditionalSecurityInformation As String