SignedCms Constructor
.NET Framework 4
Initializes a new instance of the SignedCms class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SignedCms() | The SignedCms() constructor creates an instance of the SignedCms class. |
|
SignedCms(ContentInfo) | The SignedCms(ContentInfo) constructor creates an instance of the SignedCms class by using the specified content information as the inner content. |
|
SignedCms(SubjectIdentifierType) | The SignedCms(SubjectIdentifierType) constructor creates an instance of the SignedCms class by using the specified subject identifier type as the default subject identifier type for signers. |
|
SignedCms(ContentInfo, Boolean) | The SignedCms(ContentInfo, Boolean) constructor creates an instance of the SignedCms class by using the specified content information as the inner content and by using the detached state. |
|
SignedCms(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. |
|
SignedCms(SubjectIdentifierType, ContentInfo, Boolean) | The SignedCms(SubjectIdentifierType, ContentInfo, Boolean) constructor creates an instance of the SignedCms class by using the specified subject identifier type as the default subject identifier type for signers, the content information as the inner content, and by using the detached state. |