SetSecureItemValues Method

Summary

Enables a participant in a common context session to set the values of common and secure subject the items in the common context.

Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=SetItemValues&partici" + "pantCoupon={participantCoupon}&itemNames={itemNames}&itemValues={itemValues}&con" + "textCoupon={contextCoupon}&appSignature={appSignature}")] 
public Stream SetSecureItemValues( 
   string id, 
   string domain, 
   int participantCoupon, 
   string[] itemNames, 
   string[] itemValues, 
   int contextCoupon, 
   string appSignature 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=SetItemValues&participantCoupon={participantCoupon}&itemNames={itemNames}&itemValues={itemValues}&contextCoupon={contextCoupon}&appSignature={appSignature}")> 
Function SetSecureItemValues( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal participantCoupon As Integer, _ 
   ByVal itemNames() As String, _ 
   ByVal itemValues() As String, _ 
   ByVal contextCoupon As Integer, _ 
   ByVal appSignature As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=SetItemValues&participantCoupon={participantCoupon}&itemNames={itemNames}&itemValues={itemValues}&contextCoupon={contextCoupon}&appSignature={appSignature}")] 
Stream^ SetSecureItemValues(  
   String^ id, 
   String^ domain, 
   int participantCoupon, 
   array<String^>^ itemNames, 
   array<String^>^ itemValues, 
   int contextCoupon, 
   String^ appSignature 
)  

Parameters

id
The context manager id.

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

participantCoupon
The participant coupon of the application received from JoinCommonContext.

itemNames
The context item names that are to be set by the context manager.

itemValues
The context item values that are to be set by the context manager.

contextCoupon
The context coupon.

appSignature
The applications digital signature.

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