1 write to requestProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityCapabilities.cs (1)
23this.requestProtectionLevel = requestProtectionLevel;
1 reference to requestProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityCapabilities.cs (1)
27public ProtectionLevel SupportedRequestProtectionLevel { get { return requestProtectionLevel; } }