Opc.Ua.Server.StandardServer.ValidateSoftwareCertificates C# (CSharp) Метод

ValidateSoftwareCertificates() защищенный Метод

Inspects the software certificates provided by the server.
protected ValidateSoftwareCertificates ( List softwareCertificates ) : void
softwareCertificates List The software certificates.
Результат void
        protected virtual void ValidateSoftwareCertificates(List<SoftwareCertificate> softwareCertificates)
        {
            // always accept valid certificates.
        }