Click or drag to resize

ContentInfo2 Constructor

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
)

Parameters

content
Type: SystemByte
An array of byte values that represents the data from which to create the ContentInfo2 object.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontent parameter is null or empty array.
See Also