1 write to RsaKeyValue
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
933
RsaKeyValue
= dictionary.CreateString(ServiceModelStringsVersion1.String320, 320);
3 references to RsaKeyValue
System.ServiceModel.Primitives (3)
System\ServiceModel\EndpointIdentity.cs (1)
175
else if (reader.IsStartElement(XD.XmlSignatureDictionary.
RsaKeyValue
, XD.XmlSignatureDictionary.Namespace))
System\ServiceModel\RsaEndpointIdentity.cs (2)
46
reader.ReadStartElement(XD.XmlSignatureDictionary.
RsaKeyValue
, XD.XmlSignatureDictionary.Namespace);
64
writer.WriteStartElement(XD.XmlSignatureDictionary.Prefix.Value, XD.XmlSignatureDictionary.
RsaKeyValue
, XD.XmlSignatureDictionary.Namespace);