SignedData.Content property
[The Content property is available for use in the operating systems specified in the Requirements section. Instead, use the SignedCms Class in the System.Security.Cryptography.Pkcs namespace.]
The Content property sets or retrieves the data to be signed. This is the default property.
Syntax
SignedData.Content As String
Property value
The data to be signed.
Remarks
This property must be initialized before the Sign method is called. When the value of this property is reset, directly or indirectly, the whole state of the object is reset, and any signature that was associated with the object before the property was changed is lost.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also