<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />

DerPrintableString

public DerPrintableString(string str)

public DerPrintableString(string str, bool validate)

public DerPrintableString(byte[] contents)

public static DerPrintableString GetInstance(object obj)

public static DerPrintableString GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static DerPrintableString GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static bool IsPrintableString(string str)

public byte[] GetOctets()