2 writes to ProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
183
[FaultContract(typeof(string), Action = "*",
ProtectionLevel
= System.Net.Security.ProtectionLevel.Sign)]
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
273
[FaultContract(typeof(string), Action = "*",
ProtectionLevel
= System.Net.Security.ProtectionLevel.Sign)]
1 reference to ProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1062
fault.ProtectionLevel = attr.
ProtectionLevel
;