Returns the number of Data Elements covered by the specified Digital Signature.
public int GetSignedElementsCount(
DicomElement signatureItem
)
Public Function GetSignedElementsCount( _
ByVal signatureItem As DicomElement _
) As Integer
public:
int GetSignedElementsCount(
DicomElement^ signatureItem
)
signatureItem
The Digital Signatures Sequence Item that corresponds to the Digital Signature. This cannot be null.
The number of Data Elements covered by the specified Digital Signature.
The Digital Signatures Sequence Item of a Digital Signature should reference an item under the Message Authentication Code (MAC) Parameters Sequence associated with the Digital Signatures Sequence. The Data Elements Signed (0400,0020) under the referenced MAC Parameters Sequence Item specifies the signed Data Elements. Call this method to obtain the number of Data Elements specified by this Data Element. Along with this method, call the GetSignedElement method to enumerate the Data Elements covered by the Digital Signature.
The following methods can also be used to get information about the Digital Signature:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document