Home
last modified time | relevance | path

Searched refs:defaultProtectionLevel (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DChannelProtectionRequirements.cs335 MessagePartSpecification encryptedParts, ProtectionLevel defaultProtectionLevel) in AddHeaderProtectionRequirements() argument
337 … ProtectionLevel p = header.HasProtectionLevel ? header.ProtectionLevel : defaultProtectionLevel; in AddHeaderProtectionRequirements()
347 …lts, ChannelProtectionRequirements requirements, ProtectionLevel defaultProtectionLevel, bool addT… in AddFaultProtectionRequirements() argument
358 … ProtectionLevel p = fault.HasProtectionLevel ? fault.ProtectionLevel : defaultProtectionLevel; in AddFaultProtectionRequirements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSecurityBindingElement.cs823 …nts GetProtectionRequirements(AddressingVersion addressing, ProtectionLevel defaultProtectionLevel) in GetProtectionRequirements() argument
833 … (ProtectionLevelHelper.IsStrongerOrEqual(supportedRequestProtectionLevel, defaultProtectionLevel) in GetProtectionRequirements()
834 …ProtectionLevelHelper.IsStrongerOrEqual(supportedResponseProtectionLevel, defaultProtectionLevel)); in GetProtectionRequirements()
839 if (defaultProtectionLevel != ProtectionLevel.None) in GetProtectionRequirements()
842 if (defaultProtectionLevel == ProtectionLevel.EncryptAndSign) in GetProtectionRequirements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs174 … IPProtectionLevel defaultProtectionLevel = SettingsSectionInternal.Section.IPProtectionLevel; in Socket()
175 if (defaultProtectionLevel != IPProtectionLevel.Unspecified) { in Socket()
176 SetIPProtectionLevel(defaultProtectionLevel); in Socket()