2 writes to _cipherData
System.IdentityModel (2)
System\IdentityModel\EncryptedTypeElement.cs (2)
29
_cipherData
= new CipherDataElement();
88
_cipherData
= value;
2 references to _cipherData
System.IdentityModel (2)
System\IdentityModel\EncryptedTypeElement.cs (2)
80
get { return
_cipherData
; }
177
_cipherData
.ReadXml(reader);