SmartCardPinResetRequest.SetResponse(IBuffer) Method
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.
Sets the response to a smart card authentication challenge/response operation.
public:
virtual void SetResponse(IBuffer ^ response) = SetResponse;
void SetResponse(IBuffer const& response);
public void SetResponse(IBuffer response);
function setResponse(response)
Public Sub SetResponse (response As IBuffer)
Parameters
- response
- IBuffer
The response to a smart card authentication challenge/response operation.