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