LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

GetMacAlgorithm Method








The Digital Signatures Sequence Item that corresponds to the Digital Signature. This cannot be null.
Returns the Message Authentication Code (MAC) Algorithm (0400,0015) used in the creation of the specified Digital Signature. .NET support WinRT support
Syntax
public string GetMacAlgorithm( 
   DicomElement signatureItem
)
'Declaration
 
Public Function GetMacAlgorithm( _
   ByVal signatureItem As DicomElement _
) As String
'Usage
 
Dim instance As DicomDataSet
Dim signatureItem As DicomElement
Dim value As String
 
value = instance.GetMacAlgorithm(signatureItem)
public string GetMacAlgorithm( 
   DicomElement signatureItem
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.GetMacAlgorithm( 
   signatureItem 
)
public:
String^ GetMacAlgorithm( 
   DicomElement^ signatureItem
) 

Parameters

signatureItem
The Digital Signatures Sequence Item that corresponds to the Digital Signature. This cannot be null.

Return Value

The MAC Algorithm (0400,0015) used in the creation of the specified Digital Signature. The return value can be a null reference (Nothing in Visual Basic).
Remarks
The Digital Signatures Sequence Item of a Digital Signature should reference an item under the MAC Parameters Sequence associated with the Digital Signatures Sequence. The MAC Algorithm (0400,0015) under the referenced MAC Parameters Sequence Item specifies the algorithm used in generating the Message Authentication Code (MAC). The encrypted MAC is the digital signature itself. Call this method to obtain the value of this Data Element; Possible values are: "RIPEMD160", "SHA1", and "MD5".

The following methods can also be used to get information about the Digital Signature:

GetSignatureUID

GetSignatureDateTime

GetSignedElementsCount

GetSignedElement

GetMacTransferSyntax

SaveCertificate

Example
For an example, refer to VerifySignature.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomDataSet Class
DicomDataSet Members
GetSignature Method
FindSignature Method
GetSignatureUID Method
GetSignatureDateTime Method
GetSignedElementsCount Method
GetSignedElement Method
GetMacTransferSyntax Method
SaveCertificate Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features