Class ContentHints
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Ess
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class ContentHints : Asn1Encodable, IAsn1Convertible
- Inheritance
-
ContentHints
- Implements
-
- Inherited Members
-
Constructors
ContentHints(DerObjectIdentifier)
public ContentHints(DerObjectIdentifier contentType)
Parameters
contentType
DerObjectIdentifier
ContentHints(DerObjectIdentifier, DerUtf8String)
public ContentHints(DerObjectIdentifier contentType, DerUtf8String contentDescription)
Parameters
contentType
DerObjectIdentifier
contentDescription
DerUtf8String
Properties
ContentDescription
public DerUtf8String ContentDescription { get; }
Property Value
- DerUtf8String
ContentType
public DerObjectIdentifier ContentType { get; }
Property Value
- DerObjectIdentifier
Methods
GetInstance(object)
public static ContentHints GetInstance(object o)
Parameters
o
object
Returns
- ContentHints
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object