Click or drag to resize

GetSSOEnabledIn Structure

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

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

The GetSSOEnabledIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleCustomerAlias A valid customer alias
* Required Property
Public propertyCode exampleSSOSharedKey The SSO shared key
* Required Property
Top
Example
For example code see GetSSOEnabled(GetSSOEnabledIn)
See Also