3 references to ToAlgorithmIdentifier
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
58contentEncryptionAlgorithm = (*pCryptAlgorithmIdentifier).ToAlgorithmIdentifier();
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (1)
64return recipient->KeyEncryptionAlgorithm.ToAlgorithmIdentifier();
Internal\Cryptography\Pal\Windows\KeyTransRecipientInfoPalWindows.cs (1)
64AlgorithmIdentifier algorithmIdentifier = recipient->KeyEncryptionAlgorithm.ToAlgorithmIdentifier();