Searched refs:defaultProtectionLevel (Results 1 – 3 of 3) sorted by relevance
335 MessagePartSpecification encryptedParts, ProtectionLevel defaultProtectionLevel) in AddHeaderProtectionRequirements() argument337 … ProtectionLevel p = header.HasProtectionLevel ? header.ProtectionLevel : defaultProtectionLevel; in AddHeaderProtectionRequirements()347 …lts, ChannelProtectionRequirements requirements, ProtectionLevel defaultProtectionLevel, bool addT… in AddFaultProtectionRequirements() argument358 … ProtectionLevel p = fault.HasProtectionLevel ? fault.ProtectionLevel : defaultProtectionLevel; in AddFaultProtectionRequirements()
823 …nts GetProtectionRequirements(AddressingVersion addressing, ProtectionLevel defaultProtectionLevel) in GetProtectionRequirements() argument833 … (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()
174 … IPProtectionLevel defaultProtectionLevel = SettingsSectionInternal.Section.IPProtectionLevel; in Socket()175 if (defaultProtectionLevel != IPProtectionLevel.Unspecified) { in Socket()176 SetIPProtectionLevel(defaultProtectionLevel); in Socket()