PBXBaseOnAuthenticationRequest Method |
An extension denoted in the parameter need to be authenticated.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxprotected 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 ISIPExtension
- Extension that is being authenticated
- requestAuthInfo RequestAuthenticationInfo
- Information about the request that is being authenticated
Return Value
AuthenticationResult
See Also