Creates an instance of the ContentInfo2 class by using an array of byte values as the data.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public ContentInfo2(
byte[] content
)
Public Sub New (
content As Byte()
)
public:
ContentInfo2(
array<unsigned char>^ content
)
new :
content : byte[] -> ContentInfo2
Parameters
- content
- Type: SystemByte
An array of byte values that represents the data from which to create the ContentInfo2 object.
Exceptions Exception | Condition |
---|
ArgumentNullException | content parameter is null or empty array. |
See Also