BerOctetString(Byte, Int32) Constructor

Note: This API is now obsolete.
Initializes a new instance of the BerOctetString class

Definition

Namespace: Org.BouncyCastle.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
[ObsoleteAttribute("Use version without segmentLimit (which is ignored anyway)")]
public BerOctetString(
	byte[] contents,
	int segmentLimit
)

Parameters

contents  Byte
 
segmentLimit  Int32
 

See Also