66 references to None
dotnet-svcutil-lib (33)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
223ProtectionLevel contractProtectionLevel = ProtectionLevel.None; 263ProtectionLevel protectionLevel = ProtectionLevel.None; 465result = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
103System.Net.Security.ProtectionLevel.None));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
106bindingElement = new ContextBindingElement(ProtectionLevel.None);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
414ProtectionLevel.None, 415ProtectionLevel.None);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
425if (defaultProtectionLevel != ProtectionLevel.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
147responseProtectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityCapabilities.cs (2)
35get { return new SecurityCapabilities(false, false, false, ProtectionLevel.None, ProtectionLevel.None); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityBindingElement.cs (2)
30ProtectionLevel.None, ProtectionLevel.None);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescription.cs (1)
94_protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
181_protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (1)
156_protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (2)
84if (!(value == ProtectionLevel.None || value == ProtectionLevel.Sign || value == ProtectionLevel.EncryptAndSign)) 255_protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
602System.Net.Security.ProtectionLevel protectionLevel = System.Net.Security.ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultContractAttribute.cs (1)
18private ProtectionLevel _protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractAttribute.cs (1)
17private ProtectionLevel _protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractMemberAttribute.cs (1)
17private ProtectionLevel _protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContractAttribute.cs (1)
21private ProtectionLevel _protectionLevel = ProtectionLevel.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (6)
53_incomingSignatureParts = new ScopedMessagePartSpecification(other._incomingSignatureParts, newBodyProtectionLevel != ProtectionLevel.None); 55_outgoingSignatureParts = new ScopedMessagePartSpecification(other._outgoingSignatureParts, newBodyProtectionLevel != ProtectionLevel.None); 265bodyProtectionLevel = ProtectionLevel.None; 293if (bodyProtectionLevel != ProtectionLevel.None) 332if (p != ProtectionLevel.None) 353if (p != ProtectionLevel.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (3)
32return (value == ProtectionLevel.None 49|| (v1 == ProtectionLevel.Sign && v2 == ProtectionLevel.None)); 72case ProtectionLevel.None:
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceContractAttribute.cs (1)
19private ProtectionLevel _protectionLevel = ProtectionLevel.None;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
160ProtectionLevel requiredProtectionLevel = ProtectionLevel.None;
System.Net.Security (7)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
213public override bool IsSigned => _protectionLevel != ProtectionLevel.None;
System\Net\Security\NegotiateAuthentication.cs (2)
97!IsSigned ? ProtectionLevel.None : 228else if (_requiredProtectionLevel != ProtectionLevel.None && ProtectionLevel < _requiredProtectionLevel)
System\Net\Security\NegotiateAuthenticationClientOptions.cs (1)
68public ProtectionLevel RequiredProtectionLevel { get; set; } = ProtectionLevel.None;
System\Net\Security\NegotiateAuthenticationServerOptions.cs (1)
47public ProtectionLevel RequiredProtectionLevel { get; set; } = ProtectionLevel.None;
System\Net\Security\NegotiateStream.cs (2)
663if (protectionLevel == ProtectionLevel.None && !isServer) 696RequireMutualAuthentication = protectionLevel != ProtectionLevel.None
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
376ProtectionLevel.None, 377ProtectionLevel.None);
System.ServiceModel.Primitives (21)
System\ServiceModel\Channels\SecurityCapabilities.cs (2)
35get { return new SecurityCapabilities(false, false, false, ProtectionLevel.None, ProtectionLevel.None); }
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (2)
33ProtectionLevel.None, ProtectionLevel.None);
System\ServiceModel\Description\FaultDescription.cs (1)
63_protectionLevel = ProtectionLevel.None;
System\ServiceModel\Description\MessageDescription.cs (1)
162_protectionLevel = ProtectionLevel.None;
System\ServiceModel\Description\MessagePartDescription.cs (1)
117_protectionLevel = ProtectionLevel.None;
System\ServiceModel\FaultContractAttribute.cs (1)
18private ProtectionLevel _protectionLevel = ProtectionLevel.None;
System\ServiceModel\MessageContractAttribute.cs (1)
17private ProtectionLevel _protectionLevel = ProtectionLevel.None;
System\ServiceModel\MessageContractMemberAttribute.cs (1)
17private ProtectionLevel _protectionLevel = ProtectionLevel.None;
System\ServiceModel\OperationContractAttribute.cs (1)
20private ProtectionLevel _protectionLevel = ProtectionLevel.None;
System\ServiceModel\PeerHopCountAttribute.cs (1)
18base.ProtectionLevel = ProtectionLevel.None;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (6)
48IncomingSignatureParts = new ScopedMessagePartSpecification(other.IncomingSignatureParts, newBodyProtectionLevel != ProtectionLevel.None); 50OutgoingSignatureParts = new ScopedMessagePartSpecification(other.OutgoingSignatureParts, newBodyProtectionLevel != ProtectionLevel.None); 259bodyProtectionLevel = ProtectionLevel.None; 289if (bodyProtectionLevel != ProtectionLevel.None) 330if (p != ProtectionLevel.None) 358if (p != ProtectionLevel.None)
System\ServiceModel\Security\SecurityUtils.cs (2)
32return (value == ProtectionLevel.None 49|| (v1 == ProtectionLevel.Sign && v2 == ProtectionLevel.None));
System\ServiceModel\ServiceContractAttribute.cs (1)
19private ProtectionLevel _protectionLevel = ProtectionLevel.None;
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (2)
56return (T)(object)new SecurityCapabilities(true, true, true, Net.Security.ProtectionLevel.None, Net.Security.ProtectionLevel.None);