Base:
property
LocalName
System.Xml.XmlReader.LocalName
2 references to LocalName
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
498throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.SAMLElementNotRecognized, wrappedReader.LocalName)));
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1756throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.ID4065, SamlConstants.ElementNames.Assertion, SamlConstants.Namespace, wrappedReader.LocalName, wrappedReader.NamespaceURI)));