2 writes to encoding
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
52this.encoding = value; 224this.encoding = reader.GetAttribute(EncodingAttribute, null);
2 references to encoding
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
48return this.encoding; 346if (this.encoding != null)