Show / Hide Table of Contents

Class ContentInfo

Inheritance
System.Object
ContentInfo
Namespace: PeNet.Header.Authenticode
Assembly: PeNet.dll
Syntax
public class ContentInfo : object

Constructors

| Improve this Doc View Source

ContentInfo(Asn1Node)

Declaration
public ContentInfo(Asn1Node asn1)
Parameters
Type Name Description
Asn1Node asn1
| Improve this Doc View Source

ContentInfo(Span<Byte>)

Declaration
public ContentInfo(Span<byte> data)
Parameters
Type Name Description
Span<System.Byte> data

Properties

| Improve this Doc View Source

Content

Declaration
public Asn1Node? Content { get; }
Property Value
Type Description
System.Nullable<Asn1Node>
| Improve this Doc View Source

ContentType

Declaration
public string ContentType { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX