EncryptedContentInfo public class EncryptedContentInfo : Asn1Encodable Documentation public AlgorithmIdentifier ContentEncryptionAlgorithm { get; } public DerObjectIdentifier ContentType { get; } public Asn1OctetString EncryptedContent { get; } public EncryptedContentInfo(DerObjectIdentifier contentType, AlgorithmIdentifier contentEncryptionAlgorithm, Asn1OctetString encryptedContent) public EncryptedContentInfo(Asn1Sequence seq) public static EncryptedContentInfo GetInstance(object obj)