1 instantiation of DecryptorPalWindows
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
68return new DecryptorPalWindows(hCryptMsg, recipientInfos, contentEncryptionAlgorithmAsn);
2 references to DecryptorPalWindows
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
19internal static DecryptorPalWindows Decode(
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
26return DecryptorPalWindows.Decode(encodedMessage, out version, out contentInfo, out contentEncryptionAlgorithm, out originatorCerts, out unprotectedAttributes);