BerOctetString(Byte, Int32) Constructor
Note: This API is now obsolete.
Namespace: Org.BouncyCastle.Asn1Assembly: 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
)
<ObsoleteAttribute("Use version without segmentLimit (which is ignored anyway)")>
Public Sub New (
contents As Byte(),
segmentLimit As Integer
)
Org.BouncyCastle.Asn1.BerOctetString = function(contents, segmentLimit);
Parameters
- contents Byte
-
- segmentLimit Int32
-