Gurux.DLMS.GXDLMSServer.ValidateAuthentication C# (CSharp) Method

ValidateAuthentication() protected abstract method

Check whether the authentication and password are correct.
protected abstract ValidateAuthentication ( Authentication authentication, byte password ) : SourceDiagnostic
authentication Authentication Authentication level.
password byte Password
return SourceDiagnostic
        protected abstract SourceDiagnostic ValidateAuthentication(
            Authentication authentication, byte[] password);