ISIPExtensionCheckPassword Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax AuthenticationResult CheckPassword(
string authName,
string password,
RequestAuthenticationInfo authInfo
)
Function CheckPassword (
authName As String,
password As String,
authInfo As RequestAuthenticationInfo
) As AuthenticationResult
AuthenticationResult^ CheckPassword(
String^ authName,
String^ password,
RequestAuthenticationInfo^ authInfo
)
abstract CheckPassword :
authName : string *
password : string *
authInfo : RequestAuthenticationInfo -> AuthenticationResult
Parameters
- authName
- Type: SystemString
- password
- Type: SystemString
- authInfo
- Type: Ozeki.VoIPRequestAuthenticationInfo
Return Value
Type:
AuthenticationResultSee Also