8 references to Add
System (4)
net\System\Net\_SecureChannel.cs (1)
807
tempCollection.
Add
(m_ServerCertificate);
net\System\Net\UnsafeNativeMethods.cs (1)
1741
certificates.
Add
(cert);
net\System\Net\X509CertificateCollection.cs (2)
44
this.
Add
(value[i]);
53
this.
Add
(value[i]);
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
660
httpWebRequest.ClientCertificates.
Add
(certificate);
System.ServiceModel (3)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
202
request.ClientCertificates.
Add
(x509Token.Certificate);
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
917
clientCertificates.
Add
(clientToken.Certificate);
996
this.clientCertificates.
Add
(initiator.clientToken.Certificate);