2 writes to m_encryptionAlgorithm
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
110m_encryptionAlgorithm = encryptionAlgorithm; 189m_encryptionAlgorithm = PkcsUtils.GetAlgorithmIdentifier(m_safeCryptMsgHandle);
2 references to m_encryptionAlgorithm
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
111m_encryptionAlgorithm.Parameters = new byte[0]; 134return m_encryptionAlgorithm;