3 overrides of IsStartElement
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (1)
1135public override bool IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri)
System\Xml\XmlMtomReader.cs (2)
615public override bool IsStartElement(XmlDictionaryString localName, XmlDictionaryString ns) 1534public override bool IsStartElement(XmlDictionaryString localName, XmlDictionaryString ns)
239 references to IsStartElement
System.IdentityModel (98)
System\IdentityModel\EnvelopedSignatureReader.cs (1)
255if (IsStartElement(XD.XmlSignatureDictionary.Signature, XD.XmlSignatureDictionary.Namespace))
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (1)
197if (reader.IsStartElement(dictionaryManager.ExclusiveC14NDictionary.InclusiveNamespaces, dictionaryManager.ExclusiveC14NDictionary.Namespace))
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (2)
165return reader.IsStartElement(this.LocalName, this.NamespaceUri); 200return reader.IsStartElement(this.LocalName, this.NamespaceUri);
System\IdentityModel\SignedXml.cs (3)
763while (reader.IsStartElement(dictionaryManager.XmlSignatureDictionary.Reference, dictionaryManager.XmlSignatureDictionary.Namespace)) 1237if (reader.IsStartElement(dictionaryManager.XmlSignatureDictionary.Transforms, dictionaryManager.XmlSignatureDictionary.Namespace)) 1382while (reader.IsStartElement(dictionaryManager.XmlSignatureDictionary.Transform, dictionaryManager.XmlSignatureDictionary.Namespace))
System\IdentityModel\StrTransform.cs (1)
241if (reader.IsStartElement(dictionaryManager.XmlSignatureDictionary.CanonicalizationMethod, dictionaryManager.XmlSignatureDictionary.Namespace))
System\IdentityModel\Tokens\SamlAction.cs (1)
94if (reader.IsStartElement(dictionary.Action, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAdvice.cs (2)
121if (reader.IsStartElement(dictionary.AssertionIdReference, dictionary.Namespace)) 128else if (reader.IsStartElement(dictionary.Assertion, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAssertion.cs (5)
497if (!wrappedReader.IsStartElement(dictionary.Assertion, dictionary.Namespace)) 538if (wrappedReader.IsStartElement(dictionary.Conditions, dictionary.Namespace)) 545if (wrappedReader.IsStartElement(dictionary.Advice, dictionary.Namespace)) 555if (wrappedReader.IsStartElement(samlSerializer.DictionaryManager.XmlSignatureDictionary.Signature, samlSerializer.DictionaryManager.XmlSignatureDictionary.Namespace)) 571if (wrappedReader.IsStartElement(samlSerializer.DictionaryManager.XmlSignatureDictionary.Signature, samlSerializer.DictionaryManager.XmlSignatureDictionary.Namespace))
System\IdentityModel\Tokens\SamlAttribute.cs (1)
239while (reader.IsStartElement(dictionary.AttributeValue, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAttributeStatement.cs (2)
91if (reader.IsStartElement(dictionary.Subject, dictionary.Namespace)) 105if (reader.IsStartElement(dictionary.Attribute, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAudienceRestrictionCondition.cs (1)
84if (reader.IsStartElement(dictionary.Audience, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (3)
189if (reader.IsStartElement(dictionary.Subject, dictionary.Namespace)) 201if (reader.IsStartElement(dictionary.SubjectLocality, dictionary.Namespace)) 221if (reader.IsStartElement(dictionary.AuthorityBinding, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (3)
184if (reader.IsStartElement(dictionary.Subject, dictionary.Namespace)) 195if (reader.IsStartElement(dictionary.Action, dictionary.Namespace)) 201else if (reader.IsStartElement(dictionary.Evidence, dictionary.Namespace))
System\IdentityModel\Tokens\SamlDoNotCacheCondition.cs (1)
39if (!reader.IsStartElement(dictionary.DoNotCacheCondition, dictionary.Namespace))
System\IdentityModel\Tokens\SamlEvidence.cs (2)
115if (reader.IsStartElement(dictionary.AssertionIdReference, dictionary.Namespace)) 121else if (reader.IsStartElement(dictionary.Assertion, dictionary.Namespace))
System\IdentityModel\Tokens\SamlSerializer.cs (5)
92if (reader.IsStartElement(DictionaryManager.SamlDictionary.AudienceRestrictionCondition, DictionaryManager.SamlDictionary.Namespace)) 98else if (reader.IsStartElement(DictionaryManager.SamlDictionary.DoNotCacheCondition, DictionaryManager.SamlDictionary.Namespace)) 135if (reader.IsStartElement(DictionaryManager.SamlDictionary.AuthenticationStatement, DictionaryManager.SamlDictionary.Namespace)) 141else if (reader.IsStartElement(DictionaryManager.SamlDictionary.AttributeStatement, DictionaryManager.SamlDictionary.Namespace)) 147else if (reader.IsStartElement(DictionaryManager.SamlDictionary.AuthorizationDecisionStatement, DictionaryManager.SamlDictionary.Namespace))
System\IdentityModel\Tokens\SamlSubject.cs (5)
271if (reader.IsStartElement(dictionary.NameIdentifier, dictionary.Namespace)) 286if (reader.IsStartElement(dictionary.SubjectConfirmation, dictionary.Namespace)) 291while (reader.IsStartElement(dictionary.SubjectConfirmationMethod, dictionary.Namespace)) 309if (reader.IsStartElement(dictionary.SubjectConfirmationData, dictionary.Namespace)) 320if (reader.IsStartElement(samlSerializer.DictionaryManager.XmlSignatureDictionary.KeyInfo, samlSerializer.DictionaryManager.XmlSignatureDictionary.Namespace))
System\IdentityModel\Tokens\SessionSecurityToken.cs (38)
374if (reader.IsStartElement(dictionary.SecurityContextToken, dictionary.EmptyString)) 378else if (reader.IsStartElement(dictionary.SessionToken, dictionary.EmptyString)) 395if (reader.IsStartElement(dictionary.Context, dictionary.EmptyString)) 431if (reader.IsStartElement(dictionary.Id, dictionary.EmptyString)) 441if (!reader.IsStartElement(dictionary.ContextId, dictionary.EmptyString)) 448if (!reader.IsStartElement(dictionary.Key, dictionary.EmptyString)) 456if (reader.IsStartElement(dictionary.KeyGeneration, dictionary.EmptyString)) 461if (!reader.IsStartElement(dictionary.EffectiveTime, dictionary.EmptyString)) 467if (!reader.IsStartElement(dictionary.ExpiryTime, dictionary.EmptyString)) 473if (!reader.IsStartElement(dictionary.KeyEffectiveTime, dictionary.EmptyString)) 479if (!reader.IsStartElement(dictionary.KeyExpiryTime, dictionary.EmptyString)) 487if (reader.IsStartElement(dictionary.ClaimsPrincipal, dictionary.EmptyString)) 493if (reader.IsStartElement(dictionary.SctAuthorizationPolicy, dictionary.EmptyString)) 502if (reader.IsStartElement(dictionary.EndpointId, dictionary.EmptyString)) 809if (dictionaryReader.IsStartElement(dictionary.ClaimsPrincipal, dictionary.EmptyString)) 878if (dictionaryReader.IsStartElement(dictionary.Identities, dictionary.EmptyString)) 882while (dictionaryReader.IsStartElement(dictionary.Identity, dictionary.EmptyString)) 915if (!dictionaryReader.IsStartElement(dictionary.Identity, dictionary.EmptyString)) 951if (dictionaryReader.IsStartElement(dictionary.ClaimCollection, dictionary.EmptyString)) 963if (dictionaryReader.IsStartElement(dictionary.Actor, dictionary.EmptyString)) 972if (dictionaryReader.IsStartElement(dictionary.BootstrapToken, dictionary.EmptyString)) 1107while (dictionaryReader.IsStartElement(dictionary.Claim, dictionary.EmptyString)) 1120if (dictionaryReader.IsStartElement(dictionary.ClaimProperties, dictionary.EmptyString)) 1161while (dictionaryReader.IsStartElement(dictionary.ClaimProperty, dictionary.EmptyString)) 1638if (reader.IsStartElement(dictionary.NullValue, dictionary.EmptyString)) 1643else if (reader.IsStartElement(dictionary.WindowsSidClaim, dictionary.EmptyString)) 1651else if (reader.IsStartElement(dictionary.DenyOnlySidClaim, dictionary.EmptyString)) 1659else if (reader.IsStartElement(dictionary.X500DistinguishedNameClaim, dictionary.EmptyString)) 1667else if (reader.IsStartElement(dictionary.X509ThumbprintClaim, dictionary.EmptyString)) 1675else if (reader.IsStartElement(dictionary.NameClaim, dictionary.EmptyString)) 1683else if (reader.IsStartElement(dictionary.DnsClaim, dictionary.EmptyString)) 1691else if (reader.IsStartElement(dictionary.RsaClaim, dictionary.EmptyString)) 1702else if (reader.IsStartElement(dictionary.MailAddressClaim, dictionary.EmptyString)) 1710else if (reader.IsStartElement(dictionary.SystemClaim, dictionary.EmptyString)) 1715else if (reader.IsStartElement(dictionary.HashClaim, dictionary.EmptyString)) 1723else if (reader.IsStartElement(dictionary.SpnClaim, dictionary.EmptyString)) 1731else if (reader.IsStartElement(dictionary.UpnClaim, dictionary.EmptyString)) 1739else if (reader.IsStartElement(dictionary.UrlClaim, dictionary.EmptyString))
System\IdentityModel\Tokens\WSSecurityJan2004.cs (10)
229if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, NamespaceUri)) 323if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 504if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace)) 568if (reader.IsStartElement(XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri)) 572else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 601if (reader.IsStartElement(XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri)) 633else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 715if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace)) 771return reader.IsStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace); 841if (reader.IsStartElement(ElementName, XD.XmlEncryptionDictionary.Namespace))
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
208return (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace));
System\IdentityModel\Tokens\WSTrust.cs (2)
113return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.otherDictionary.Namespace));
System\IdentityModel\Tokens\XmlDsigSep2000.cs (2)
251if ( ski == null && reader.IsStartElement( XD.XmlSignatureDictionary.X509Certificate, NamespaceUri ) ) 264else if ( ( ski == null ) && reader.IsStartElement( XD.XmlSignatureDictionary.X509IssuerSerial, XD.XmlSignatureDictionary.Namespace ) )
System\IdentityModel\Tokens\XmlEncApr2001.cs (2)
60if (reader.IsStartElement(XD.XmlEncryptionDictionary.EncryptionMethod, NamespaceUri)) 86if (reader.IsStartElement(XD.XmlEncryptionDictionary.CarriedKeyName, NamespaceUri))
System\ServiceModel\Security\EncryptedKey.cs (2)
81if (reader.IsStartElement(ReferenceList.ElementName, EncryptedType.NamespaceUri)) 86if (reader.IsStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri))
System\ServiceModel\Security\EncryptedType.cs (2)
232if (reader.IsStartElement(EncryptionMethodElement.ElementName, NamespaceUri)) 289if (!localReader.IsStartElement(XD.XmlSignatureDictionary.KeyInfo, XD.XmlSignatureDictionary.Namespace))
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
137return !isEndOfEmptyElement && dictionaryReader.IsStartElement(localname, ns);
System\Xml\XmlDictionaryReader.cs (1)
238if (!IsStartElement(localName, namespaceUri))
System\Xml\XmlMtomReader.cs (1)
617return xmlReader.IsStartElement(localName, ns);
System.ServiceModel (133)
System\ServiceModel\Channels\Addressing.cs (7)
92Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.Action, addressingVersion.DictionaryNamespace), ""); 220Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.From, addressingVersion.DictionaryNamespace), ""); 312Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.FaultTo, version.DictionaryNamespace), ""); 445Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.To, version.DictionaryNamespace), ""); 633Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.ReplyTo, version.DictionaryNamespace), ""); 710Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.MessageId, version.DictionaryNamespace), ""); 841Fx.Assert(reader.IsStartElement(addressingDictionary.RelatesTo, version.DictionaryNamespace), "");
System\ServiceModel\Channels\CloseSequence.cs (1)
39if (reader.IsStartElement(wsrm11Dictionary.LastMsgNumber, wsrmNs))
System\ServiceModel\Channels\CreateSequence.cs (4)
53if (reader.IsStartElement(wsrmFeb2005Dictionary.Expires, wsrmNs)) 58if (reader.IsStartElement(wsrmFeb2005Dictionary.Offer, wsrmNs)) 82if (reader.IsStartElement(wsrmFeb2005Dictionary.Expires, wsrmNs)) 89if (reader.IsStartElement(wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs))
System\ServiceModel\Channels\CreateSequenceResponse.cs (3)
97if (reader.IsStartElement(wsrmFeb2005Dictionary.Expires, wsrmNs)) 104if (reader.IsStartElement(DXD.Wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs)) 120if (reader.IsStartElement(wsrmFeb2005Dictionary.Accept, wsrmNs))
System\ServiceModel\Channels\Message.cs (5)
380return reader.IsStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace); 1233return reader.IsStartElement(XD.MessageDictionary.Header, envelopeVersion.DictionaryNamespace); 1264if (reader.IsStartElement(XD.MessageDictionary.Envelope, XD.Message12Dictionary.Namespace)) 1266else if (reader.IsStartElement(XD.MessageDictionary.Envelope, XD.Message11Dictionary.Namespace)) 1278if (!reader.IsStartElement(XD.MessageDictionary.Body, version.DictionaryNamespace))
System\ServiceModel\Channels\MessageFault.cs (7)
653while (reader.IsStartElement(XD.Message12Dictionary.FaultText, version.DictionaryNamespace)) 660if (reader.IsStartElement(XD.Message12Dictionary.FaultNode, version.DictionaryNamespace)) 662if (reader.IsStartElement(XD.Message12Dictionary.FaultRole, version.DictionaryNamespace)) 665if (reader.IsStartElement(XD.Message12Dictionary.FaultDetail, version.DictionaryNamespace)) 686if (reader.IsStartElement(XD.Message12Dictionary.FaultSubcode, version.DictionaryNamespace)) 724if (reader.IsStartElement(XD.Message11Dictionary.FaultActor, XD.Message11Dictionary.FaultNamespace)) 727if (reader.IsStartElement(XD.Message11Dictionary.FaultDetail, XD.Message11Dictionary.FaultNamespace))
System\ServiceModel\Channels\MessageHeaders.cs (1)
1183Fx.Assert(reader.IsStartElement(XD.MessageDictionary.Header, envelopeVersion.DictionaryNamespace), "");
System\ServiceModel\Channels\TerminateSequence.cs (1)
50if (reader.IsStartElement(DXD.Wsrm11Dictionary.LastMsgNumber, wsrmNs))
System\ServiceModel\Channels\WsrmMessageInfo.cs (11)
1336if (reader.IsStartElement(wsrmFeb2005Dictionary.LastMessage, wsrmNs)) 1473while (reader.IsStartElement(wsrmFeb2005Dictionary.AcknowledgementRange, wsrmNs)) 1504if (reader.IsStartElement(wsrm11Dictionary.None, wsrmNs)) 1517if (reader.IsStartElement(wsrm11Dictionary.Final, wsrmNs)) 1532while (reader.IsStartElement(wsrmFeb2005Dictionary.Nack, wsrmNs)) 1571if (reader.IsStartElement(wsrmFeb2005Dictionary.BufferRemaining, 1595if (reader.IsStartElement(wsrmFeb2005Dictionary.AcknowledgementRange, wsrmNs)) 1601else if (reader.IsStartElement(wsrmFeb2005Dictionary.Nack, wsrmNs)) 1611if (reader.IsStartElement(wsrm11Dictionary.None, wsrmNs) 1612|| reader.IsStartElement(wsrm11Dictionary.Final, wsrmNs)) 1749if (reader.IsStartElement(wsrmFeb2005Dictionary.MessageNumber, wsrmNs))
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
482return reader.IsStartElement(XD.MessageDictionary.Fault, MessageVersion.None.Envelope.DictionaryNamespace);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
375if (!reader.IsStartElement(messageInfo.WrapperName, messageInfo.WrapperNamespace))
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
499if (!reader.IsStartElement(requestWrapperName, requestWrapperNamespace)) 521if (!reader.IsStartElement(responseWrapperName, responseWrapperNamespace)) 595return reader.IsStartElement(part.DictionaryName, part.DictionaryNamespace);
System\ServiceModel\EndpointAddress.cs (9)
710if (reader.IsStartElement(XD.AddressingDictionary.Identity, XD.AddressingDictionary.IdentityExtensionNamespace)) 759if (!reader.IsStartElement(XD.AddressingDictionary.Address, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 767if (reader.IsStartElement(XD.AddressingDictionary.ReferenceProperties, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 774if (reader.IsStartElement(XD.AddressingDictionary.ReferenceParameters, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 800if (reader.IsStartElement(XD.AddressingDictionary.PortType, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 814if (reader.IsStartElement(XD.AddressingDictionary.ServiceName, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 912if (!reader.IsStartElement(XD.AddressingDictionary.Address, XD.Addressing10Dictionary.Namespace)) 917if (reader.IsStartElement(XD.AddressingDictionary.ReferenceParameters, XD.Addressing10Dictionary.Namespace)) 927if (reader.IsStartElement(XD.Addressing10Dictionary.Metadata, XD.Addressing10Dictionary.Namespace))
System\ServiceModel\EndpointIdentity.cs (6)
207if (reader.IsStartElement(XD.AddressingDictionary.Spn, XD.AddressingDictionary.IdentityExtensionNamespace)) 209else if (reader.IsStartElement(XD.AddressingDictionary.Upn, XD.AddressingDictionary.IdentityExtensionNamespace)) 211else if (reader.IsStartElement(XD.AddressingDictionary.Dns, XD.AddressingDictionary.IdentityExtensionNamespace)) 213else if (reader.IsStartElement(XD.XmlSignatureDictionary.KeyInfo, XD.XmlSignatureDictionary.Namespace)) 216if (reader.IsStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace)) 220else if (reader.IsStartElement(XD.XmlSignatureDictionary.RsaKeyValue, XD.XmlSignatureDictionary.Namespace))
System\ServiceModel\Security\SctClaimSerializer.cs (26)
228if (reader.IsStartElement(dictionary.NullValue, dictionary.EmptyString)) 233else if (reader.IsStartElement(dictionary.WindowsSidClaim, dictionary.EmptyString)) 241else if (reader.IsStartElement(dictionary.DenyOnlySidClaim, dictionary.EmptyString)) 249else if (reader.IsStartElement(dictionary.X500DistinguishedNameClaim, dictionary.EmptyString)) 257else if (reader.IsStartElement(dictionary.X509ThumbprintClaim, dictionary.EmptyString)) 265else if (reader.IsStartElement(dictionary.NameClaim, dictionary.EmptyString)) 273else if (reader.IsStartElement(dictionary.DnsClaim, dictionary.EmptyString)) 281else if (reader.IsStartElement(dictionary.RsaClaim, dictionary.EmptyString)) 292else if (reader.IsStartElement(dictionary.MailAddressClaim, dictionary.EmptyString)) 300else if (reader.IsStartElement(dictionary.SystemClaim, dictionary.EmptyString)) 305else if (reader.IsStartElement(dictionary.HashClaim, dictionary.EmptyString)) 313else if (reader.IsStartElement(dictionary.SpnClaim, dictionary.EmptyString)) 321else if (reader.IsStartElement(dictionary.UpnClaim, dictionary.EmptyString)) 329else if (reader.IsStartElement(dictionary.UrlClaim, dictionary.EmptyString)) 345if (reader.IsStartElement(dictionary.NullValue, dictionary.EmptyString)) 350else if (reader.IsStartElement(dictionary.X509CertificateClaimSet, dictionary.EmptyString)) 357else if (reader.IsStartElement(dictionary.SystemClaimSet, dictionary.EmptyString)) 362else if (reader.IsStartElement(dictionary.WindowsClaimSet, dictionary.EmptyString)) 367else if (reader.IsStartElement(dictionary.AnonymousClaimSet, dictionary.EmptyString)) 372else if (reader.IsStartElement(dictionary.ClaimSet, dictionary.EmptyString)) 378if (reader.IsStartElement(dictionary.PrimaryIssuer, dictionary.EmptyString)) 478if (reader.IsStartElement(dictionary.Identities, dictionary.EmptyString)) 482while (reader.IsStartElement(dictionary.PrimaryIdentity, dictionary.EmptyString)) 498if (reader.IsStartElement(dictionary.PrimaryIdentity, dictionary.EmptyString)) 501if (reader.IsStartElement(dictionary.WindowsSidIdentity, dictionary.EmptyString)) 510else if (reader.IsStartElement(dictionary.GenericIdentity, dictionary.EmptyString))
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
224if (reader.IsStartElement(XD.MessageDictionary.Header, this.Version.Envelope.DictionaryNamespace))
System\ServiceModel\Security\SecurityVersion.cs (1)
256return reader.IsStartElement(XD.SecurityXXX2005Dictionary.SignatureConfirmation, XD.SecurityXXX2005Dictionary.Namespace);
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (12)
56if (reader.IsStartElement(dictionary.Version, dictionary.EmptyString)) 60else if (reader.IsStartElement(dictionary.ContextId, dictionary.EmptyString)) 64else if (reader.IsStartElement(dictionary.Id, dictionary.EmptyString)) 68else if (reader.IsStartElement(dictionary.EffectiveTime, dictionary.EmptyString)) 72else if (reader.IsStartElement(dictionary.ExpiryTime, dictionary.EmptyString)) 76else if (reader.IsStartElement(dictionary.Key, dictionary.EmptyString)) 80else if (reader.IsStartElement(dictionary.KeyGeneration, dictionary.EmptyString)) 84else if (reader.IsStartElement(dictionary.KeyEffectiveTime, dictionary.EmptyString)) 88else if (reader.IsStartElement(dictionary.KeyExpiryTime, dictionary.EmptyString)) 92else if (reader.IsStartElement(dictionary.Identities, dictionary.EmptyString)) 96else if (reader.IsStartElement(dictionary.ClaimSets, dictionary.EmptyString)) 110else if (reader.IsStartElement(dictionary.IsCookieMode, dictionary.EmptyString))
System\ServiceModel\Security\WSSecureConversation.cs (7)
151if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace)) 164if (reader.IsStartElement(parent.SerializerDictionary.Generation, parent.SerializerDictionary.Namespace)) 174if (reader.IsStartElement(parent.SerializerDictionary.Offset, parent.SerializerDictionary.Namespace)) 184if (reader.IsStartElement(parent.SerializerDictionary.Length, parent.SerializerDictionary.Namespace)) 198if (reader.IsStartElement(parent.SerializerDictionary.Label, parent.SerializerDictionary.Namespace)) 444if (reader.IsStartElement(parent.SerializerDictionary.Cookie, XD.DotNetSecurityDictionary.Namespace)) 582return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
88return reader.IsStartElement(DXD.SecureConversationDec2005Dictionary.Instance, DXD.SecureConversationDec2005Dictionary.Namespace);
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
80return reader.IsStartElement(DXD.SecureConversationDec2005Dictionary.Instance, XD.SecureConversationFeb2005Dictionary.Namespace);
System\ServiceModel\Security\WSSecurityJan2004.cs (5)
452if (reader.IsStartElement(XD.SecurityJan2004Dictionary.UserNameElement, XD.SecurityJan2004Dictionary.Namespace)) 456else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.PasswordElement, XD.SecurityJan2004Dictionary.Namespace)) 460else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.NonceElement, XD.SecurityJan2004Dictionary.Namespace)) 465else if (reader.IsStartElement(XD.UtilityDictionary.CreatedElement, XD.UtilityDictionary.Namespace)) 672if (reader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.Namespace))
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (6)
229if (localreader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.Namespace)) 387bool encrypted = reader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.Namespace); 397return reader.IsStartElement(EncryptedKey.ElementName, XD.XmlEncryptionDictionary.Namespace); 402return reader.IsStartElement(ReferenceList.ElementName, ReferenceList.NamespaceUri); 407return reader.IsStartElement(XD.XmlSignatureDictionary.Signature, XD.XmlSignatureDictionary.Namespace); 412return reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
545return reader.IsStartElement(this.LocalName, this.NamespaceUri) &&
System\ServiceModel\Security\WSTrust.cs (4)
108return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.otherDictionary.Namespace)) && 288if (reader.IsStartElement(this.DriverDictionary.RequestedSecurityToken, this.DriverDictionary.Namespace)) 318if (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.Namespace) == false)
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (2)
83return reader.IsStartElement(XD.UtilityDictionary.Timestamp, XD.UtilityDictionary.Namespace); 105if (reader.IsStartElement(XD.UtilityDictionary.ExpiresElement, XD.UtilityDictionary.Namespace))
System\ServiceModel\Security\XmlHelper.cs (1)
428if (reader.IsStartElement(localName, ns) && reader.IsEmptyElement)
System\ServiceModel\Transactions\OletxTransactionHeader.cs (2)
121if (reader.IsStartElement(XD.OleTxTransactionExternalDictionary.OleTxTransaction, 188return reader.IsStartElement(XD.OleTxTransactionExternalDictionary.PropagationToken,
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (2)
154if (reader.IsStartElement(XD.DotNetAtomicTransactionExternalDictionary.ContextId, 174if (reader.IsStartElement(XD.DotNetAtomicTransactionExternalDictionary.TokenId,
System\ServiceModel\X509CertificateEndpointIdentity.cs (1)
57while (reader.IsStartElement(XD.XmlSignatureDictionary.X509Certificate, XD.XmlSignatureDictionary.Namespace))
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (2)
83if (reader.IsStartElement(JsonGlobals.itemDictionaryString, JsonGlobals.itemDictionaryString)) 104if (reader.IsStartElement(elementName, elementNamespace))
System.WorkflowServices (3)
System\ServiceModel\Security\SerializableAuthorizationContext.cs (3)
159if (reader.IsStartElement(claimDictionary.Version, claimDictionary.EmptyString)) 170if (reader.IsStartElement(claimDictionary.Identities, claimDictionary.EmptyString)) 175if (reader.IsStartElement(claimDictionary.ClaimSets, claimDictionary.EmptyString))