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