CameraServerCheckPassword Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool CheckPassword(
BaseAuthenticationInfo info,
string password
)
Public Function CheckPassword (
info As BaseAuthenticationInfo,
password As String
) As Boolean
public:
bool CheckPassword(
BaseAuthenticationInfo^ info,
String^ password
)
member CheckPassword :
info : BaseAuthenticationInfo *
password : string -> bool
Parameters
- info
- Type: Ozeki.VoIPBaseAuthenticationInfo
- password
- Type: SystemString
Return Value
Type:
BooleanSee Also