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