ContentInfo.CopyTo Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
CopyTo(Stream)
Copies the content of the CMS/PKCS #7 message into the supplied stream.
Declaration
public void CopyTo(Stream output)
Parameters
Type | Name | Description |
---|---|---|
Stream | output | Stream into which the content will be written. |