5 types derived from DecryptorPal
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
17
internal sealed class ManagedDecryptorPal :
DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.cs (1)
10
internal sealed partial class DecryptorPalWindows :
DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
17
internal sealed partial class DecryptorPalWindows :
DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
15
internal sealed partial class DecryptorPalWindows :
DecryptorPal
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
17
internal sealed partial class DecryptorPalWindows :
DecryptorPal
4 references to DecryptorPal
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
19
public override
DecryptorPal
Decode(
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
24
public 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)
34
public 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)
304
private
DecryptorPal
? _decryptorPal;