Delegate which represents the handler for responses to the Validate Device Security Code message.
| C# | Visual Basic | Visual C++ |
public delegate void ValidateDeviceSecurityCodeResponseHandler( Object sender, ServiceProvider..::.ValidateDeviceSecurityCodeResponseArgs e )
Public Delegate Sub ValidateDeviceSecurityCodeResponseHandler ( _ sender As Object, _ e As ServiceProvider..::.ValidateDeviceSecurityCodeResponseArgs _ )
public delegate void ValidateDeviceSecurityCodeResponseHandler( Object^ sender, ServiceProvider..::.ValidateDeviceSecurityCodeResponseArgs^ e )
- sender (Object)
- Object who sent the message.
- e (ServiceProvider..::.ValidateDeviceSecurityCodeResponseArgs)
- Parameters associated with this particular callback.
Assembly: ServiceProvider (Module: ServiceProvider)