Enables a web context management component ("bindee") to initiate the process of establishing a secure binding with another context management component ("binder").
[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
)
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.
The binderPublicKey and mac values.