3 writes to m_encryptionAlgorithm
System.Security (3)
system\security\cryptography\pkcs\recipientinfo.cs (3)
308m_encryptionAlgorithm = new AlgorithmIdentifier(recipientInfo.KeyEncryptionAlgorithm); 312m_encryptionAlgorithm = new AlgorithmIdentifier(recipientInfo.KeyEncryptionAlgorithm); 360m_encryptionAlgorithm = null;
2 references to m_encryptionAlgorithm
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
305if (m_encryptionAlgorithm == null) { 316return m_encryptionAlgorithm;