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 (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) |
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
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