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.
        }