SignedCms Constructor (SubjectIdentifierType, ContentInfo)
The SignedCms(SubjectIdentifierType, ContentInfo) constructor creates an instance of the SignedCms class by using the specified subject identifier type as the default subject identifier type for signers and content information as the inner content.
Assembly: System.Security (in System.Security.dll)
public SignedCms(
SubjectIdentifierType signerIdentifierType,
ContentInfo contentInfo
)
Parameters
- signerIdentifierType
- Type: System.Security.Cryptography.Pkcs.SubjectIdentifierType
A SubjectIdentifierType member that specifies the default subject identifier type for signers.
- contentInfo
- Type: System.Security.Cryptography.Pkcs.ContentInfo
A ContentInfo object that specifies the content information as the inner content of the SignedCms message.
| Exception | Condition |
|---|---|
| ArgumentNullException |
A null reference was passed to a method that does not accept it as a valid argument. |
For the default property values used with this constructor, see SignedCms().
If the detached state is false (the default), the content that is signed is included in the CMS/PKCS #7 message along with the signature information. If the detached state is true, clients that cannot decode S/MIME messages can still see the content of the message if it is sent separately. This might be useful in an archiving application that archives message content whether the message sender can be verified for authenticity.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.