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