5 references to AlgorithmIdentifier
System.Security (5)
system\security\cryptography\pkcs\pkcsutils.cs (1)
143algorithmIdentifier = new AlgorithmIdentifier(cryptAlgorithmIdentifier);
system\security\cryptography\pkcs\recipientinfo.cs (4)
161m_encryptionAlgorithm = new AlgorithmIdentifier(keyTrans.KeyEncryptionAlgorithm); 165m_encryptionAlgorithm = new AlgorithmIdentifier(certInfo.SignatureAlgorithm); 308m_encryptionAlgorithm = new AlgorithmIdentifier(recipientInfo.KeyEncryptionAlgorithm); 312m_encryptionAlgorithm = new AlgorithmIdentifier(recipientInfo.KeyEncryptionAlgorithm);