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