FinalizeSecureBinding 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++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=FinalizeBinding&bindeeCou" + "pon={bindeeCoupon}&bindeePublicKey={bindeePublicKey}&mac={mac}")] 
public Stream FinalizeSecureBinding( 
   string id, 
   string domain, 
   int bindeeCoupon, 
   string bindeePublicKey, 
   string mac 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=FinalizeBinding&bindeeCoupon={bindeeCoupon}&bindeePublicKey={bindeePublicKey}&mac={mac}")> 
Function FinalizeSecureBinding( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal bindeeCoupon As Integer, _ 
   ByVal bindeePublicKey As String, _ 
   ByVal mac As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=FinalizeBinding&bindeeCoupon={bindeeCoupon}&bindeePublicKey={bindeePublicKey}&mac={mac}")] 
Stream^ FinalizeSecureBinding(  
   String^ id, 
   String^ domain, 
   int bindeeCoupon, 
   String^ bindeePublicKey, 
   String^ mac 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

bindeeCoupon
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

The bindee's access privileges.

Requirements

Target Platforms

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

Leadtools.Ccow.Services Assembly

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