PBXBaseOnAuthenticationRequest Method |
An extension denoted in the parameter need to be authenticated.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected virtual AuthenticationResult OnAuthenticationRequest(
ISIPExtension extension,
RequestAuthenticationInfo requestAuthInfo
)
Protected Overridable Function OnAuthenticationRequest (
extension As ISIPExtension,
requestAuthInfo As RequestAuthenticationInfo
) As AuthenticationResult
protected:
virtual AuthenticationResult^ OnAuthenticationRequest(
ISIPExtension^ extension,
RequestAuthenticationInfo^ requestAuthInfo
)
abstract OnAuthenticationRequest :
extension : ISIPExtension *
requestAuthInfo : RequestAuthenticationInfo -> AuthenticationResult
override OnAuthenticationRequest :
extension : ISIPExtension *
requestAuthInfo : RequestAuthenticationInfo -> AuthenticationResult
Parameters
- extension
- Type: Ozeki.VoIPISIPExtension
Extension that is being authenticated - requestAuthInfo
- Type: Ozeki.VoIPRequestAuthenticationInfo
Information about the request that is being authenticated
Return Value
Type:
AuthenticationResultSee Also