[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=GetAuthenticat" + "ionData&coupon={coupon}&logonName={logonName}&dataFormat={dataFormat}&appSignatu" + "re={appSignature}")]
public Stream GetAuthenticationData(
string id,
string domain,
int coupon,
string logonName,
string dataFormat,
string appSignature
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=GetAuthenticationData&coupon={coupon}&logonName={logonName}&dataFormat={dataFormat}&appSignature={appSignature}")>
Function GetAuthenticationData( _
ByVal id As String, _
ByVal domain As String, _
ByVal coupon As Integer, _
ByVal logonName As String, _
ByVal dataFormat As String, _
ByVal appSignature As String _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=GetAuthenticationData&coupon={coupon}&logonName={logonName}&dataFormat={dataFormat}&appSignature={appSignature}")]
Stream^ GetAuthenticationData(
String^ id,
String^ domain,
int coupon,
String^ logonName,
String^ dataFormat,
String^ appSignature
)
domain
The domain name of the site or organization that is being served by the located component.
The userData and repositorySignature.