IPBXBaseOnAuthenticationRequest Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax AuthenticationResult OnAuthenticationRequest(
ISIPExtension extension,
RequestAuthenticationInfo requestAuthInfo
)
Function OnAuthenticationRequest (
extension As ISIPExtension,
requestAuthInfo As RequestAuthenticationInfo
) As AuthenticationResult
AuthenticationResult^ OnAuthenticationRequest(
ISIPExtension^ extension,
RequestAuthenticationInfo^ requestAuthInfo
)
abstract OnAuthenticationRequest :
extension : ISIPExtension *
requestAuthInfo : RequestAuthenticationInfo -> AuthenticationResult
Parameters
- extension
- Type: Ozeki.VoIPISIPExtension
- requestAuthInfo
- Type: Ozeki.VoIPRequestAuthenticationInfo
Return Value
Type:
AuthenticationResultSee Also