InitializeSecureBinding Method

Summary

Enables a web context management component ("bindee") to initiate the process of establishing a secure binding with another context management component ("binder").

Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=InitializeBinding&bindeeC" + "oupon={bindeeCoupon}&propertyNames={propertyNames}&propertyValues={propertyValue" + "s}")] 
public Stream InitializeSecureBinding( 
   string id, 
   string domain, 
   int bindeeCoupon, 
   string[] propertyNames, 
   string[] propertyValues 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=InitializeBinding&bindeeCoupon={bindeeCoupon}&propertyNames={propertyNames}&propertyValues={propertyValues}")> 
Function InitializeSecureBinding( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal bindeeCoupon As Integer, _ 
   ByVal propertyNames() As String, _ 
   ByVal propertyValues() As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=InitializeBinding&bindeeCoupon={bindeeCoupon}&propertyNames={propertyNames}&propertyValues={propertyValues}")] 
Stream^ InitializeSecureBinding(  
   String^ id, 
   String^ domain, 
   int bindeeCoupon, 
   array<String^>^ propertyNames, 
   array<String^>^ propertyValues 
)  

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.

propertyNames
The property names of the technology-specific secure binding-related properties for which the bindee wishes to establish agreement.

propertyValues
The property values.

Return Value

The binderPublicKey and mac values.

Requirements

Target Platforms

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

Leadtools.Ccow.Services Assembly