Reference Library
ValidateDeviceSecurityCode Method (deviceId, securityCode, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderValidateDeviceSecurityCode(String, String, Object)
Request the server to validate a security code for a device.
Declaration Syntax
C#Visual BasicVisual C++
public int ValidateDeviceSecurityCode(
	string deviceId,
	string securityCode,
	Object userState
)
Public Function ValidateDeviceSecurityCode ( _
	deviceId As String, _
	securityCode As String, _
	userState As Object _
) As Integer
public:
virtual int ValidateDeviceSecurityCode(
	String^ deviceId, 
	String^ securityCode, 
	Object^ userState
) sealed
Parameters
deviceId (String)
The device id that we want to do the validation on.
securityCode (String)
The security code that we want to validate
userState (Object)
A object which will be returned via the OnValidateDeviceSecurityCodeResponse callback.
Return Value
The Invoke Id of the message went to the server.

Assembly: ServiceProvider (Module: ServiceProvider)