5 types derived from DecryptorPal
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
17internal sealed class ManagedDecryptorPal : DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.cs (1)
10internal sealed partial class DecryptorPalWindows : DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
17internal sealed partial class DecryptorPalWindows : DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
15internal sealed partial class DecryptorPalWindows : DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
17internal sealed partial class DecryptorPalWindows : DecryptorPal
4 references to DecryptorPal
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
19public override DecryptorPal Decode(
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
24public sealed override DecryptorPal Decode(ReadOnlySpan<byte> encodedMessage, out int version, out ContentInfo contentInfo, out AlgorithmIdentifier contentEncryptionAlgorithm, out X509Certificate2Collection originatorCerts, out CryptographicAttributeObjectCollection unprotectedAttributes)
Internal\Cryptography\PkcsPal.cs (1)
34public abstract DecryptorPal Decode(ReadOnlySpan<byte> encodedMessage, out int version, out ContentInfo contentInfo, out AlgorithmIdentifier contentEncryptionAlgorithm, out X509Certificate2Collection originatorCerts, out CryptographicAttributeObjectCollection unprotectedAttributes);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
304private DecryptorPal? _decryptorPal;