PaymentDevicePaymentAuthorizationRequest.CustomerSignature 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.
public:
property IBuffer ^ CustomerSignature { IBuffer ^ get(); void set(IBuffer ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
IBuffer CustomerSignature();
void CustomerSignature(IBuffer value);
[Windows.Foundation.Metadata.Experimental]
public IBuffer CustomerSignature { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var iBuffer = paymentDevicePaymentAuthorizationRequest.customerSignature;
paymentDevicePaymentAuthorizationRequest.customerSignature = iBuffer;
Public Property CustomerSignature As IBuffer
Property Value
- Attributes