PinPadBase.EncryptedPin Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Holds the value of the encrypted PIN after the DataEvent event notifies the application that a PIN entry operation has been completed.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property EncryptedPin As String
public override string EncryptedPin { get; }
public:
virtual property String^ EncryptedPin {
String^ get () override;
}
/** @property */
public String get_EncryptedPin ()
public override function get EncryptedPin () : String
Remarks
The PinPadBase class verifies that the PIN pad device has been opened, then retrieves the value of PinPadProperties.EncryptedPin.
EncryptedPin is initialized to blank by the PinPadProperties class.
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
PinPadBase Class
PinPadBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PinPad.EncryptedPin Property