FinalizeBinding Method

Summary
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
C#
VB
C++
public object FinalizeBinding( 
   int binderCoupon, 
   string bindeePublicKey, 
   string mac 
) 
Function FinalizeBinding( _ 
   ByVal binderCoupon As Integer, _ 
   ByVal bindeePublicKey As String, _ 
   ByVal mac As String _ 
) As Object 
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

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.