public ContentHints(
DerObjectIdentifier contentType,
DerUtf8String contentDescription
)
Public Sub New (
contentType As DerObjectIdentifier,
contentDescription As DerUtf8String
)
public:
ContentHints(
DerObjectIdentifier^ contentType,
DerUtf8String^ contentDescription
)
Org.BouncyCastle.Asn1.Ess.ContentHints = function(contentType, contentDescription);