22 references to Namespace
System.IdentityModel (22)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (7)
517throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID3061, WSSE.Elements.SecurityTokenReference, WSSE.Namespace)); 571if (reader.IsStartElement(WSSE.Elements.Reference, WSSE.Namespace)) 577if (!reader.IsStartElement(WSSE.Elements.KeyIdentifier, WSSE.Namespace)) 579reader.ReadStartElement(WSSE.Elements.KeyIdentifier, WSSE.Namespace); 689writer.WriteStartElement(WSSE.Elements.SecurityTokenReference, WSSE.Namespace); 711writer.WriteStartElement(WSSE.Elements.KeyIdentifier, WSSE.Namespace); 854if (!reader.IsStartElement(WSSE.Elements.SecurityTokenReference, WSSE.Namespace))
System\IdentityModel\Tokens\UserNameSecurityTokenHandler.cs (10)
53return reader.IsStartElement(WSSecurity10Constants.Elements.UsernameToken, WSSecurity10Constants.Namespace); 110WSSecurity10Constants.Namespace, 122reader.ReadStartElement(WSSecurity10Constants.Elements.UsernameToken, WSSecurity10Constants.Namespace); 125if (reader.IsStartElement(WSSecurity10Constants.Elements.Username, WSSecurity10Constants.Namespace)) 129else if (reader.IsStartElement(WSSecurity10Constants.Elements.Password, WSSecurity10Constants.Namespace)) 139else if (reader.IsStartElement(WSSecurity10Constants.Elements.Nonce, WSSecurity10Constants.Namespace)) 151throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.ID4060, reader.LocalName, reader.NamespaceURI, WSSecurity10Constants.Elements.UsernameToken, WSSecurity10Constants.Namespace))); 196WSSecurity10Constants.Namespace 210WSSecurity10Constants.Namespace, 219WSSecurity10Constants.Namespace
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (5)
356if (reader.IsStartElement(WSSecurity10Constants.Elements.BinarySecurityToken, WSSecurity10Constants.Namespace)) 427if (!dicReader.IsStartElement(WSSecurity10Constants.Elements.BinarySecurityToken, WSSecurity10Constants.Namespace)) 434WSSecurity10Constants.Namespace, 448WSSecurity10Constants.Namespace, 659writer.WriteStartElement(WSSecurity10Constants.Elements.BinarySecurityToken, WSSecurity10Constants.Namespace);