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

BerOctetString

public static readonly BerOctetString Empty

public BerOctetString(byte[] contents)

public BerOctetString(Asn1OctetString[] elements)

public BerOctetString(byte[] contents, int segmentLimit)

public BerOctetString(Asn1OctetString[] elements, int segmentLimit)

public static BerOctetString FromContents(byte[] contents)

public static BerOctetString FromContentsOptional(byte[] contents)