5 references to PeerTransportSecurityElement
System.ServiceModel (5)
System\ServiceModel\Configuration\PeerSecurityElement.cs (2)
27public PeerTransportSecurityElement Transport 29get { return (PeerTransportSecurityElement)base[ConfigurationStrings.Transport]; }
System\ServiceModel\Configuration\PeerTransportSecurityElement.cs (1)
43internal void CopyFrom(PeerTransportSecurityElement security)
System\ServiceModel\Configuration\Properties.cs (1)
2576properties.Add(new ConfigurationProperty("transport", typeof(System.ServiceModel.Configuration.PeerTransportSecurityElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\PeerTransportSecuritySettings.cs (1)
30internal PeerTransportSecuritySettings(PeerTransportSecurityElement element)