ContentHints public class ContentHints : Asn1Encodable Documentation Code public DerUtf8String ContentDescription { get; } public DerObjectIdentifier ContentType { get; } public ContentHints(DerObjectIdentifier contentType) public ContentHints(DerObjectIdentifier contentType, DerUtf8String contentDescription) public static ContentHints GetInstance(object o) public static ContentHints GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static ContentHints GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)