Click or drag to resize

SIPExtensionWrapperCheckPassword Method

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

Parameters

authName
Type: SystemString
password
Type: SystemString
authInfo
Type: Ozeki.VoIPRequestAuthenticationInfo

Return Value

Type: AuthenticationResult

Implements

ISIPExtensionCheckPassword(String, String, RequestAuthenticationInfo)
See Also