63 references to ReadStartElement
System.IdentityModel (26)
System\IdentityModel\SignedXml.cs (1)
598signatureReader.ReadStartElement(dictionaryManager.XmlSignatureDictionary.Signature, dictionaryManager.XmlSignatureDictionary.Namespace);
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
163localReader.ReadStartElement(XD.XmlSignatureDictionary.KeyInfo, XD.XmlSignatureDictionary.Namespace);
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
495reader.ReadStartElement(dictionary.SctAuthorizationPolicy, dictionary.EmptyString);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (5)
249reader.ReadStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, NamespaceUri); 780reader.ReadStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace); 781reader.ReadStartElement(XD.XmlSignatureDictionary.X509IssuerSerial, XD.XmlSignatureDictionary.Namespace); 782reader.ReadStartElement(XD.XmlSignatureDictionary.X509IssuerName, XD.XmlSignatureDictionary.Namespace); 785reader.ReadStartElement(XD.XmlSignatureDictionary.X509SerialNumber, XD.XmlSignatureDictionary.Namespace);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (10)
64reader.ReadStartElement( LocalName, NamespaceUri ); 129reader.ReadStartElement( XD.XmlSignatureDictionary.KeyName, NamespaceUri ); 176reader.ReadStartElement( XD.XmlSignatureDictionary.KeyValue, NamespaceUri ); 177reader.ReadStartElement( XD.XmlSignatureDictionary.RsaKeyValue, NamespaceUri ); 178reader.ReadStartElement( XD.XmlSignatureDictionary.Modulus, NamespaceUri ); 183reader.ReadStartElement( XD.XmlSignatureDictionary.Exponent, NamespaceUri ); 248reader.ReadStartElement( XD.XmlSignatureDictionary.X509Data, NamespaceUri ); 266reader.ReadStartElement( XD.XmlSignatureDictionary.X509IssuerSerial, XD.XmlSignatureDictionary.Namespace ); 267reader.ReadStartElement( XD.XmlSignatureDictionary.X509IssuerName, XD.XmlSignatureDictionary.Namespace ); 270reader.ReadStartElement( XD.XmlSignatureDictionary.X509SerialNumber, XD.XmlSignatureDictionary.Namespace );
System\IdentityModel\Tokens\XmlEncApr2001.cs (3)
58reader.ReadStartElement(XD.XmlEncryptionDictionary.EncryptedKey, NamespaceUri); 80reader.ReadStartElement(XD.XmlEncryptionDictionary.CipherData, NamespaceUri); 81reader.ReadStartElement(XD.XmlEncryptionDictionary.CipherValue, NamespaceUri);
System\ServiceModel\Security\EncryptedKey.cs (1)
88reader.ReadStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri);
System\ServiceModel\Security\EncryptedType.cs (3)
273reader.ReadStartElement(CipherDataElementName, EncryptedType.NamespaceUri); 274reader.ReadStartElement(CipherValueElementName, EncryptedType.NamespaceUri); 294localReader.ReadStartElement(XD.XmlSignatureDictionary.KeyInfo, XD.XmlSignatureDictionary.Namespace);
System\ServiceModel\Security\ReferenceList.cs (1)
72reader.ReadStartElement(ElementName, NamespaceUri);
System.ServiceModel (37)
System\ServiceModel\Channels\CloseSequence.cs (2)
34reader.ReadStartElement(wsrm11Dictionary.CloseSequence, wsrmNs); 35reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\CloseSequenceResponse.cs (2)
31reader.ReadStartElement(DXD.Wsrm11Dictionary.CloseSequenceResponse, wsrmNs); 32reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\CreateSequence.cs (2)
49reader.ReadStartElement(wsrmFeb2005Dictionary.CreateSequence, wsrmNs); 62reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\CreateSequenceResponse.cs (2)
91reader.ReadStartElement(wsrmFeb2005Dictionary.CreateSequenceResponse, wsrmNs); 93reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\MessageFault.cs (6)
641reader.ReadStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace); 642reader.ReadStartElement(XD.Message12Dictionary.FaultCode, version.DictionaryNamespace); 652reader.ReadStartElement(XD.Message12Dictionary.FaultReason, version.DictionaryNamespace); 683reader.ReadStartElement(XD.Message12Dictionary.FaultValue, version.DictionaryNamespace); 710reader.ReadStartElement(XD.MessageDictionary.Fault, XD.Message11Dictionary.Namespace); 713reader.ReadStartElement(XD.Message11Dictionary.FaultCode, XD.Message11Dictionary.FaultNamespace);
System\ServiceModel\Channels\MessageHeaders.cs (1)
69reader.ReadStartElement(XD.MessageDictionary.Header, envelopeVersion.DictionaryNamespace);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3422reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, WsrmIndex.GetNamespace(reliableMessagingVersion));
System\ServiceModel\Channels\TerminateSequence.cs (2)
42reader.ReadStartElement(wsrmFeb2005Dictionary.TerminateSequence, wsrmNs); 44reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\TerminateSequenceResponse.cs (2)
48reader.ReadStartElement(DXD.Wsrm11Dictionary.TerminateSequenceResponse, wsrmNs); 50reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\WsrmFault.cs (3)
557detailReader.ReadStartElement(DXD.Wsrm11Dictionary.MaxMessageNumber, 817headerReader.ReadStartElement(wsrmFeb2005Dictionary.SequenceFault, wsrmNs); 818headerReader.ReadStartElement(wsrmFeb2005Dictionary.FaultCode, wsrmNs);
System\ServiceModel\Channels\WsrmMessageInfo.cs (5)
1324reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 1328reader.ReadStartElement(wsrmFeb2005Dictionary.MessageNumber, wsrmNs); 1466reader.ReadStartElement(wsrmFeb2005Dictionary.SequenceAcknowledgement, wsrmNs); 1467reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 1743reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\EndpointIdentity.cs (1)
205reader.ReadStartElement(XD.AddressingDictionary.Identity, XD.AddressingDictionary.IdentityExtensionNamespace);
System\ServiceModel\RsaEndpointIdentity.cs (1)
54reader.ReadStartElement(XD.XmlSignatureDictionary.RsaKeyValue, XD.XmlSignatureDictionary.Namespace);
System\ServiceModel\Security\WSSecureConversation.cs (2)
210reader.ReadStartElement(parent.SerializerDictionary.Nonce, parent.SerializerDictionary.Namespace); 567reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
449reader.ReadStartElement(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.Namespace);
System\ServiceModel\Security\WSTrust.cs (1)
408reader.ReadStartElement(DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.Namespace);
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (1)
100reader.ReadStartElement(XD.UtilityDictionary.CreatedElement, XD.UtilityDictionary.Namespace);
System\ServiceModel\Security\XmlHelper.cs (1)
434reader.ReadStartElement(localName, ns);
System\ServiceModel\X509CertificateEndpointIdentity.cs (1)
56reader.ReadStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace);