6 references to SecurityCapabilities
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
102return (T)(object)new SecurityCapabilities(RequireClientCertificate, true, RequireClientCertificate,
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
73return (T)(object)new SecurityCapabilities(true, true, true, _protectionLevel, _protectionLevel);
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
460return new SecurityCapabilities(supportsClientAuth, supportsServerAuth, supportsClientWindowsIdentity, requestProtectionLevel, responseProtectionLevel);
System\ServiceModel\Channels\SecurityCapabilities.cs (1)
35get { return new SecurityCapabilities(false, false, false, ProtectionLevel.None, ProtectionLevel.None); }
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
32return new SecurityCapabilities(supportsClientAuthentication, false, supportsClientWindowsIdentity,
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
56return (T)(object)new SecurityCapabilities(true, true, true, Net.Security.ProtectionLevel.None, Net.Security.ProtectionLevel.None);