ToBytes() private static method

private static ToBytes ( IEnumerable octs ) : byte[]
octs IEnumerable
return byte[]
Esempio n. 1
0
 public BerOctetString(IEnumerable octets) : base(BerOctetString.ToBytes(octets))
 {
     this.octs = octets;
 }