Click or drag to resize

GetSSOLinkIn Structure

A structure used to get a list of GetSSOLinkModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsGetSSOLinkIn

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct GetSSOLinkIn

The GetSSOLinkIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAction The action type used to query the single-sign-on request
* Required Property
Public propertyCode exampleCustomerAlias Sets the customer alias
* Required Property
Public propertyCode exampleEmpIdentifier Sets the employee ID
Public propertyCode exampleLoginID Sets the login ID
Public propertyCode exampleLoginPass Sets the login password
Public propertyCode exampleSSOSharedKey Sets the SSO shared key
* Required Property
Top
Example
For example code see GetSSOLink(GetSSOLinkIn)
See Also