Inheritance
System.Object
ContentInfo
Assembly: PeNet.dll
public class ContentInfo : object
Constructors
|
Improve this Doc
View Source
Declaration
public ContentInfo(Asn1Node asn1)
Parameters
Type |
Name |
Description |
Asn1Node |
asn1 |
|
|
Improve this Doc
View Source
Declaration
public ContentInfo(Span<byte> data)
Parameters
Type |
Name |
Description |
Span<System.Byte> |
data |
|
Properties
|
Improve this Doc
View Source
Declaration
public Asn1Node? Content { get; }
Property Value
Type |
Description |
System.Nullable<Asn1Node> |
|
|
Improve this Doc
View Source
Declaration
public string ContentType { get; }
Property Value
Type |
Description |
System.String |
|