Internal.Cryptography.RecipientInfoPal abstract class RecipientInfoPal Documentation Code public abstract byte[] EncryptedKey { get; } public abstract AlgorithmIdentifier KeyEncryptionAlgorithm { get; } public abstract SubjectIdentifier RecipientIdentifier { get; } public abstract int Version { get; }