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