Org.BouncyCastle.Asn1.DerPrintableString.DerPrintableString C# (CSharp) Method

DerPrintableString() public method

public DerPrintableString ( byte str ) : System
str byte
return System
        public DerPrintableString(
            byte[] str)
			: this(Encoding.ASCII.GetString(str, 0, str.Length), false)
        {
        }

Same methods

DerPrintableString::DerPrintableString ( string str ) : System
DerPrintableString::DerPrintableString ( string str, bool validate ) : System