LEADTOOLS Medical (Leadtools.Ccow assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FinalizeBinding Method
See Also 
Leadtools.Ccow Namespace > ISecureBinding Interface : FinalizeBinding Method



binderCoupon
The binder coupon.
bindeePublicKey
The bindee public key.
mac
When a passcode-based secure binding is to be established, the value of the input mac is a message authentication code. When PKI-based secure binding is to be established, the value of the input mac is a digital signature.
binderCoupon
The binder coupon.
bindeePublicKey
The bindee public key.
mac
When a passcode-based secure binding is to be established, the value of the input mac is a message authentication code. When PKI-based secure binding is to be established, the value of the input mac is a digital signature.
Enables bindee to finalize the process of establishing a secure binding with a context management component, and enables the bindee to determine what access privileges it has.

Syntax

Visual Basic (Declaration) 
Function FinalizeBinding( _
   ByVal binderCoupon As Integer, _
   ByVal bindeePublicKey As String, _
   ByVal mac As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As ISecureBinding
Dim binderCoupon As Integer
Dim bindeePublicKey As String
Dim mac As String
Dim value As Object
 
value = instance.FinalizeBinding(binderCoupon, bindeePublicKey, mac)
C# 
object FinalizeBinding( 
   int binderCoupon,
   string bindeePublicKey,
   string mac
)
C++/CLI 
Object^ FinalizeBinding( 
   int binderCoupon,
   String^ bindeePublicKey,
   String^ mac
) 

Parameters

binderCoupon
The binder coupon.
bindeePublicKey
The bindee public key.
mac
When a passcode-based secure binding is to be established, the value of the input mac is a message authentication code. When PKI-based secure binding is to be established, the value of the input mac is a digital signature.

Return Value

A string array containing the bindee's access privileges. For each subject for which the bindee has access privileges, the name of the subject appears as the ith element in the sequence, and a string indicating the bindee’s access privilege for this subject appears as the i+1st element.

Example

For an example refer to InitializeBinding.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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