Is this page helpful?
[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=SetAuthenticat" + "ionData&coupon={coupon}&logonName={logonName}&dataFormat={dataFormat}&userData={" + "userData}&appSignature={appSignature}")]
public Stream SetAuthenticationData(
string id,
string domain,
int coupon,
string logonName,
string dataFormat,
string userData,
string appSignature
)
id
The context manager id.
domain
The domain name of the site or organization that is being served by the located component.
coupon
The connection coupon obtain from the Connect method.
logonName
A user's logon name.
dataFormat
An application-defined string that is used when an application needs to maintain multiple forms of authentication data for a user (e.g., password, thumbprint image, etc.). If only one form of authentication data is needed, this string can be empty.
userData
Application-specific data used to authenticate the user.
appSignature
The application's digital signature.