Property | Type | Description | |
---|---|---|---|
Concatenate | byte[] | ||
GetBytes | byte[] | ||
SetLength | void |
Method | Description | |
---|---|---|
AsnType ( byte tag, byte octet ) : System | ||
AsnType ( byte tag, byte length, byte octets ) : System |
Method | Description | |
---|---|---|
Concatenate ( byte values ) : byte[] | ||
GetBytes ( ) : byte[] | ||
SetLength ( ) : void |
public AsnType ( byte tag, byte octet ) : System | ||
tag | byte | |
octet | byte | |
return | System |
public AsnType ( byte tag, byte length, byte octets ) : System | ||
tag | byte | |
length | byte | |
octets | byte | |
return | System |