1 write to KeyInfo
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1681
this.
KeyInfo
= dictionary.CreateString(ServiceModelStringsVersion1.String35, 35);
3 references to KeyInfo
System.ServiceModel (3)
System\ServiceModel\EndpointIdentity.cs (1)
213
else if (reader.IsStartElement(XD.XmlSignatureDictionary.
KeyInfo
, XD.XmlSignatureDictionary.Namespace))
System\ServiceModel\RsaEndpointIdentity.cs (1)
71
writer.WriteStartElement(XD.XmlSignatureDictionary.Prefix.Value, XD.XmlSignatureDictionary.
KeyInfo
, XD.XmlSignatureDictionary.Namespace);
System\ServiceModel\X509CertificateEndpointIdentity.cs (1)
86
writer.WriteStartElement(XD.XmlSignatureDictionary.Prefix.Value, XD.XmlSignatureDictionary.
KeyInfo
, XD.XmlSignatureDictionary.Namespace);