The SHA-256 hash signature used for content validation.
The property on
ICmContentReplicationQueueEntry is used
by the asynchronous (queued) replication sweep.
The property on IContentTransfer is used by
IStorageArea if any of the signature verification options
are set on the CmContentIntegrityOptions property.
In addition, the property can be used by applications for
end-to-end retrieval validation.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
ReadOnly Property ContentSignature As Byte() |
C# |
---|
byte[] ContentSignature { get; } |
Visual C++ |
---|
property array<unsigned char>^ ContentSignature {
array<unsigned char>^ get ();
} |
JavaScript |
---|
function get_contentSignature();
|