2 writes to KeyInfo
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
1389
this.
KeyInfo
= dictionary.CreateString(IdentityModelStringsVersion1.String10, 10);
1421
this.
KeyInfo
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String10);
7 references to KeyInfo
System.IdentityModel (7)
System\IdentityModel\EncryptedTypeElement.cs (1)
159
if (reader.IsStartElement(XD.XmlSignatureDictionary.
KeyInfo
.Value, XD.XmlSignatureDictionary.Namespace.Value))
System\IdentityModel\KeyInfo.cs (1)
51
if ( reader.IsStartElement( XD.XmlSignatureDictionary.
KeyInfo
.Value, XD.XmlSignatureDictionary.Namespace.Value ) )
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
163
localReader.ReadStartElement(XD.XmlSignatureDictionary.
KeyInfo
, XD.XmlSignatureDictionary.Namespace);
System\IdentityModel\Tokens\SamlSubject.cs (1)
320
if (reader.IsStartElement(samlSerializer.DictionaryManager.XmlSignatureDictionary.
KeyInfo
, samlSerializer.DictionaryManager.XmlSignatureDictionary.Namespace))
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
50
return XD.XmlSignatureDictionary.
KeyInfo
;
System\ServiceModel\Security\EncryptedType.cs (2)
289
if (!localReader.IsStartElement(XD.XmlSignatureDictionary.
KeyInfo
, XD.XmlSignatureDictionary.Namespace))
294
localReader.ReadStartElement(XD.XmlSignatureDictionary.
KeyInfo
, XD.XmlSignatureDictionary.Namespace);