Enables a participant in a common context session to set the values of common and secure subject the items in the common context.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ISecureContextData
Dim participantCoupon As Integer
Dim itemNames As Object
Dim itemValues As Object
Dim contextCoupon As Integer
Dim appSignature As String
instance.SetItemValues(participantCoupon, itemNames, itemValues, contextCoupon, appSignature) |
Parameters
- 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.
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