6 instantiations of CipherData
System.Configuration (2)
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
72
ek.CipherData = new
CipherData
();
81
ed.CipherData = new
CipherData
();
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (1)
56
this.CipherData = new
CipherData
();
system\security\cryptography\xml\encryptedkey.cs (1)
100
this.CipherData = new
CipherData
();
system\security\cryptography\xml\encryptedtype.cs (1)
105
m_cipherData = new
CipherData
();
system\security\cryptography\xml\transform.cs (1)
1372
cipherDataObj = new
CipherData
();
5 references to CipherData
System.Security (5)
system\security\cryptography\xml\encryptedtype.cs (2)
30
private
CipherData
m_cipherData;
102
public virtual
CipherData
CipherData {
system\security\cryptography\xml\encryptedxml.cs (2)
205
private byte[] GetCipherValue (
CipherData
cipherData) {
275
private void DownloadCipherValue (
CipherData
cipherData, out Stream inputStream, out Stream decInputStream, out WebResponse response) {
system\security\cryptography\xml\transform.cs (1)
1361
CipherData
cipherDataObj = null;