ContentInfo Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9147)
ContentInfo(Byte[])
Initializes a new instance of Content
Declaration
public ContentInfo(byte[] content)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | content | The message content. |
ContentInfo(ObjectIdentifier, Byte[])
Initializes a new instance of Content
Declaration
public ContentInfo(ObjectIdentifier contentType, byte[] content)
Parameters
Type | Name | Description |
---|---|---|
Object |
contentType | The message content type. |
Byte[] | content | The message content. |