2 references to Build
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
686bool verified = chain.Build(this, throwOnException: false);
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
91return Build(certificate, true);