2 writes to ProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
182
[FaultContract(typeof(string), Action = "*",
ProtectionLevel
= System.Net.Security.ProtectionLevel.Sign)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
231
[FaultContract(typeof(string), Action = "*",
ProtectionLevel
= System.Net.Security.ProtectionLevel.Sign)]
1 reference to ProtectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1110
fault.ProtectionLevel = attr.
ProtectionLevel
;