Show / Hide Table of Contents

Class ContentInfo

Inheritance
object
ContentInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Authenticode
Assembly: PeNet.dll
Syntax
public class ContentInfo

Constructors

| Edit this page View Source

ContentInfo(Asn1Node)

Declaration
public ContentInfo(Asn1Node asn1)
Parameters
Type Name Description
Asn1Node asn1
| Edit this page View Source

ContentInfo(Span<byte>)

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

Properties

| Edit this page View Source

Content

Declaration
public Asn1Node? Content { get; }
Property Value
Type Description
Asn1Node
| Edit this page View Source

ContentType

Declaration
public string ContentType { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX