[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=FinalizeBinding&bindeeCou" + "pon={bindeeCoupon}&bindeePublicKey={bindeePublicKey}&mac={mac}")]
public Stream FinalizeSecureBinding(
string id,
string domain,
int bindeeCoupon,
string bindeePublicKey,
string mac
)
<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
[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
)
domain
The domain name of the site or organization that is being served by the located component.
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.
The bindee's access privileges.