Opc.Ua.Server.StandardServer.OnApplicationCertificateError C# (CSharp) Method

OnApplicationCertificateError() protected method

Handles an error when validating the application instance certificate provided by a client.
protected OnApplicationCertificateError ( byte clientCertificate, ServiceResult result ) : void
clientCertificate byte The client certificate.
result ServiceResult The result.
return void
        protected virtual void OnApplicationCertificateError(byte[] clientCertificate, ServiceResult result)
        {
            throw new ServiceResultException(result);
        }