PBXBaseOnAuthenticationRequired(ISIPExtension, RequestAuthenticationInfo) 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 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 ISIPExtension
- Extension that is being authenticated
- requestAuthInfo RequestAuthenticationInfo
- Information about the request that is being authenticated
Return Value
Boolean
See Also