Click or drag to resize
SIPExtensionWrapperCheckPassword Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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