1 write to CipherValue
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
267cipherData.CipherReference.CipherValue = cipherValue;
2 references to CipherValue
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
215if (cipherData.CipherReference.CipherValue != null) 216return cipherData.CipherReference.CipherValue;