Click or drag to resize

SIPExtensionCheckPassword Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public AuthenticationResult CheckPassword(
	string authName,
	string password,
	RequestAuthenticationInfo authInfo
)

Parameters

authName  String
 
password  String
 
authInfo  RequestAuthenticationInfo
 

Return Value

AuthenticationResult

Implements

ISIPExtensionCheckPassword(String, String, RequestAuthenticationInfo)
See Also