Table of Contents

Class ContentInfo

Namespace
Enterprises.Org.BouncyCastle.Asn1.Pkcs
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class ContentInfo : Asn1Encodable, IAsn1Convertible
Inheritance
ContentInfo
Implements
Inherited Members

Constructors

ContentInfo(DerObjectIdentifier, Asn1Encodable)

public ContentInfo(DerObjectIdentifier contentType, Asn1Encodable content)

Parameters

contentType DerObjectIdentifier
content Asn1Encodable

Properties

Content

public Asn1Encodable Content { get; }

Property Value

Asn1Encodable

ContentType

public DerObjectIdentifier ContentType { get; }

Property Value

DerObjectIdentifier

Methods

GetInstance(object)

public static ContentInfo GetInstance(object obj)

Parameters

obj object

Returns

ContentInfo

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object