43 references to None
dotnet-svcutil-lib (33)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
223
ProtectionLevel contractProtectionLevel = ProtectionLevel.
None
;
263
ProtectionLevel protectionLevel = ProtectionLevel.
None
;
465
result = ProtectionLevel.
None
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
103
System.Net.Security.ProtectionLevel.
None
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
106
bindingElement = new ContextBindingElement(ProtectionLevel.
None
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
414
ProtectionLevel.
None
,
415
ProtectionLevel.
None
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
425
if (defaultProtectionLevel != ProtectionLevel.
None
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
147
responseProtectionLevel = ProtectionLevel.
None
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityCapabilities.cs (2)
35
get { return new SecurityCapabilities(false, false, false, ProtectionLevel.
None
, ProtectionLevel.
None
); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityBindingElement.cs (2)
30
ProtectionLevel.
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)
84
if (!(value == ProtectionLevel.
None
|| value == ProtectionLevel.Sign || value == ProtectionLevel.EncryptAndSign))
255
_protectionLevel = ProtectionLevel.
None
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
602
System.Net.Security.ProtectionLevel protectionLevel = System.Net.Security.ProtectionLevel.
None
;
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultContractAttribute.cs (1)
18
private ProtectionLevel _protectionLevel = ProtectionLevel.
None
;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractAttribute.cs (1)
17
private ProtectionLevel _protectionLevel = ProtectionLevel.
None
;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractMemberAttribute.cs (1)
17
private ProtectionLevel _protectionLevel = ProtectionLevel.
None
;
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContractAttribute.cs (1)
21
private 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
);
265
bodyProtectionLevel = ProtectionLevel.
None
;
293
if (bodyProtectionLevel != ProtectionLevel.
None
)
332
if (p != ProtectionLevel.
None
)
353
if (p != ProtectionLevel.
None
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (3)
32
return (value == ProtectionLevel.
None
49
|| (v1 == ProtectionLevel.Sign && v2 == ProtectionLevel.
None
));
72
case ProtectionLevel.
None
:
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceContractAttribute.cs (1)
19
private ProtectionLevel _protectionLevel = ProtectionLevel.
None
;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
160
ProtectionLevel requiredProtectionLevel = ProtectionLevel.
None
;
System.Net.Security (7)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
213
public override bool IsSigned => _protectionLevel != ProtectionLevel.
None
;
System\Net\Security\NegotiateAuthentication.cs (2)
97
!IsSigned ? ProtectionLevel.
None
:
228
else if (_requiredProtectionLevel != ProtectionLevel.
None
&& ProtectionLevel < _requiredProtectionLevel)
System\Net\Security\NegotiateAuthenticationClientOptions.cs (1)
68
public ProtectionLevel RequiredProtectionLevel { get; set; } = ProtectionLevel.
None
;
System\Net\Security\NegotiateAuthenticationServerOptions.cs (1)
47
public ProtectionLevel RequiredProtectionLevel { get; set; } = ProtectionLevel.
None
;
System\Net\Security\NegotiateStream.cs (2)
663
if (protectionLevel == ProtectionLevel.
None
&& !isServer)
696
RequireMutualAuthentication = protectionLevel != ProtectionLevel.
None
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (2)
56
return (T)(object)new SecurityCapabilities(true, true, true, Net.Security.ProtectionLevel.
None
, Net.Security.ProtectionLevel.
None
);