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