PBXBaseOnAuthenticationRequired Method (ISIPExtension, RequestAuthenticationInfo) |
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 bool OnAuthenticationRequired(
ISIPExtension extension,
RequestAuthenticationInfo requestAuthInfo
)
Protected Overridable Function OnAuthenticationRequired (
extension As ISIPExtension,
requestAuthInfo As RequestAuthenticationInfo
) As Boolean
protected:
virtual bool OnAuthenticationRequired(
ISIPExtension^ extension,
RequestAuthenticationInfo^ requestAuthInfo
)
abstract OnAuthenticationRequired :
extension : ISIPExtension *
requestAuthInfo : RequestAuthenticationInfo -> bool
override OnAuthenticationRequired :
extension : ISIPExtension *
requestAuthInfo : RequestAuthenticationInfo -> bool
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:
BooleanSee Also