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

ValidateSoftwareCertificates() protected method

Inspects the software certificates provided by the server.
protected ValidateSoftwareCertificates ( List softwareCertificates ) : void
softwareCertificates List The software certificates.
return void
        protected virtual void ValidateSoftwareCertificates(List<SoftwareCertificate> softwareCertificates)
        {
            // always accept valid certificates.
        }