Method | Description | |
---|---|---|
Asn1Sequence ( ) : System |
Constructs an Asn1Sequence object with no actual Asn1Objects in it. Assumes a default size of 10 elements.
|
|
Asn1Sequence ( |
Constructs an Asn1Sequence object with an array representing an Asn1 sequence.
|
|
Asn1Sequence ( int size ) : System |
Constructs an Asn1Sequence object with the specified number of placeholders for Asn1Objects. It should be noted there are no actual Asn1Objects in this SequenceOf object.
|
Method | Description | |
---|---|---|
Asn1Sequence ( Asn1Decoder dec, System in_Renamed, int len ) : System | ||
ToString ( ) : System.String |
public Asn1Sequence ( |
||
newContent | the array containing the Asn1 data for the sequence /// /// | |
size | int | Specifies the number of items in the array /// |
return | System |
public Asn1Sequence ( int size ) : System | ||
size | int | Specifies the initial size of the collection. /// |
return | System |