Org.BouncyCastle.Asn1.DerT61String.GetOctets C# (CSharp) Method

GetOctets() public method

public GetOctets ( ) : byte[]
return byte[]
        public byte[] GetOctets()
        {
			return Strings.ToByteArray(str);
        }