4 references to KeyIdentifier
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
577if (!reader.IsStartElement(WSSE.Elements.KeyIdentifier, WSSE.Namespace)) 579reader.ReadStartElement(WSSE.Elements.KeyIdentifier, WSSE.Namespace); 586throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, WSSE.Attributes.ValueType, WSSE.Elements.KeyIdentifier)); 711writer.WriteStartElement(WSSE.Elements.KeyIdentifier, WSSE.Namespace);