FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (5)
298writer.WriteAttributeString(XD.XmlEncryptionDictionary.Id, null, this.Id);
302writer.WriteAttributeString(TypeAttribute, null, this.Type);
306writer.WriteAttributeString(MimeTypeAttribute, null, this.MimeType);
310writer.WriteAttributeString(EncodingAttribute, null, this.Encoding);
405writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, this.algorithm);