1 write to
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
44base[index] = value;
6 references to
System.Net.Security (4)
System\Net\Security\SslStream.Protocol.cs (4)
419certificateEx = MakeEx(_sslAuthenticationOptions.ClientCertificates[i]); 474if (certificateEx != null && (object)certificateEx != (object)_sslAuthenticationOptions.ClientCertificates[i]) 482NetEventSource.Log.SelectedCert(_sslAuthenticationOptions.ClientCertificates[i], this); 484EnsureInitialized(ref filteredCerts).Add(_sslAuthenticationOptions.ClientCertificates[i]);
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
40return (X509Certificate2)(base[index]);
System\Security\Cryptography\X509Certificates\X509CertificateCollection.cs (1)
60Add(value[i]);