1 type derived from DecryptorPal
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
17
internal sealed class ManagedDecryptorPal :
DecryptorPal
3 references to DecryptorPal
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
19
public override
DecryptorPal
Decode(
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)
324
private
DecryptorPal
? _decryptorPal;