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

FinalizeBinding Method






The binder coupon.
The bindee public key.
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
object FinalizeBinding( 
   int binderCoupon,
   string bindeePublicKey,
   string mac
)
'Declaration
 
Function FinalizeBinding( _
   ByVal binderCoupon As Integer, _
   ByVal bindeePublicKey As String, _
   ByVal mac As String _
) As Object
'Usage
 
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)
object FinalizeBinding( 
   int binderCoupon,
   string bindeePublicKey,
   string mac
)
function Leadtools.Ccow.ISecureBinding.FinalizeBinding( 
   binderCoupon ,
   bindeePublicKey ,
   mac 
)
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: 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

ISecureBinding Interface
ISecureBinding Members

 

 


Products | Support | Contact Us | Copyright Notices

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