4 instantiations of X509PeerCertificateAuthentication
System.ServiceModel (4)
System\ServiceModel\Security\PeerCredential.cs (4)
25peerAuthentication = new X509PeerCertificateAuthentication(); 26messageSenderAuthentication = new X509PeerCertificateAuthentication(); 33this.peerAuthentication = new X509PeerCertificateAuthentication(other.peerAuthentication); 34this.messageSenderAuthentication = new X509PeerCertificateAuthentication(other.messageSenderAuthentication);
11 references to X509PeerCertificateAuthentication
System.ServiceModel (11)
System\ServiceModel\Configuration\X509PeerCertificateAuthenticationElement.cs (4)
37[ConfigurationProperty(ConfigurationStrings.CertificateValidationMode, DefaultValue = X509PeerCertificateAuthentication.DefaultCertificateValidationMode)] 45[ConfigurationProperty(ConfigurationStrings.RevocationMode, DefaultValue = X509PeerCertificateAuthentication.DefaultRevocationMode)] 53[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = X509PeerCertificateAuthentication.DefaultTrustedStoreLocation)] 78internal void ApplyConfiguration(X509PeerCertificateAuthentication cert)
System\ServiceModel\Security\PeerCredential.cs (6)
19X509PeerCertificateAuthentication peerAuthentication; 20X509PeerCertificateAuthentication messageSenderAuthentication; 64public X509PeerCertificateAuthentication PeerAuthentication 77public X509PeerCertificateAuthentication MessageSenderAuthentication 124bool SameAuthenticators(X509PeerCertificateAuthentication one, X509PeerCertificateAuthentication two)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (1)
29internal X509PeerCertificateAuthentication(X509PeerCertificateAuthentication other)