BraintreeEncryption.Library.BouncyCastle.Asn1.DerPrintableString.DerPrintableString C# (CSharp) Method

DerPrintableString() public method

public DerPrintableString ( byte str ) : System
str byte
return System
        public DerPrintableString(
            byte[] str)
            : this(Strings.FromAsciiByteArray(str), false)
        {
        }

Same methods

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