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

Show in webframe

SetAuthenticationData Method






The context manager id.
The domain name of the site or organization that is being served by the located component.
The connection coupon obtain from the Connect method.
A user's logon name.
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.
Application-specific data used to authenticate the user.
The application's digital signature.
Enables an application to store authentication data for a particular user's logon name within the authentication repository.
Syntax
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=SetAuthenticationData&coupon={coupon}&logonName={logonName}&dataFormat={dataFormat}&userData={userData}&appSignature={appSignature}")]
[OperationContractAttribute()]
Stream SetAuthenticationData( 
   string id,
   string domain,
   int coupon,
   string logonName,
   string dataFormat,
   string userData,
   string appSignature
)
'Declaration
 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=SetAuthenticationData&coupon={coupon}&logonName={logonName}&dataFormat={dataFormat}&userData={userData}&appSignature={appSignature}")>
<OperationContractAttribute()>
Function SetAuthenticationData( _
   ByVal id As String, _
   ByVal domain As String, _
   ByVal coupon As Integer, _
   ByVal logonName As String, _
   ByVal dataFormat As String, _
   ByVal userData As String, _
   ByVal appSignature As String _
) As Stream
'Usage
 
Dim instance As IAuthenticationRepositoryService
Dim id As String
Dim domain As String
Dim coupon As Integer
Dim logonName As String
Dim dataFormat As String
Dim userData As String
Dim appSignature As String
Dim value As Stream
 
value = instance.SetAuthenticationData(id, domain, coupon, logonName, dataFormat, userData, appSignature)
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=SetAuthenticationData&coupon={coupon}&logonName={logonName}&dataFormat={dataFormat}&userData={userData}&appSignature={appSignature}")]
[OperationContractAttribute()]
Stream^ SetAuthenticationData( 
   String^ id,
   String^ domain,
   int coupon,
   String^ logonName,
   String^ dataFormat,
   String^ userData,
   String^ appSignature
) 

Parameters

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.
Requirements

Target Platforms

See Also

Reference

IAuthenticationRepositoryService Interface
IAuthenticationRepositoryService 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