Error processing SSI file
LEADTOOLS Leadtools.Ccow.Services (Leadtools.Ccow.Services assembly)

Show in webframe

FinalizeSecureBinding Method






The context manager id.
The domain name of the site or organization that is being served by the located component.
The binder coupon.
The bindee public key.
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.
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
[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
)
'Declaration
 
<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
'Usage
 
Dim instance As ISecureBindingService
Dim id As String
Dim domain As String
Dim bindeeCoupon As Integer
Dim bindeePublicKey As String
Dim mac As String
Dim value As Stream
 
value = instance.FinalizeSecureBinding(id, domain, bindeeCoupon, bindeePublicKey, mac)
[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

See Also

Reference

ISecureBindingService Interface
ISecureBindingService Members

Error processing SSI file
Leadtools.Ccow.Services requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features