Click or drag to resize
HpIdentityProvider Constructor
This API is preliminary and subject to change.
Overload List
  NameDescription
Public methodHpIdentityProvider
Initializes a new instance of the HpIdentityProvider class with no default identity, the Default base URL, and the default REST service implementation and token cache.
Public methodHpIdentityProvider(Uri)
Initializes a new instance of the HpIdentityProvider class with no default identity, the specified base URL, and the default REST service implementation and token cache.
Public methodHpIdentityProvider(CloudIdentity)
Initializes a new instance of the HpIdentityProvider class with the specified default identity, the Default base URL, and the default REST service implementation and token cache.
Public methodHpIdentityProvider(IRestService, ICacheUserAccess)
Initializes a new instance of the HpIdentityProvider class with no default identity, the Default base URL, and the default REST service implementation, and token cache.
Public methodHpIdentityProvider(Uri, CloudIdentity)
Initializes a new instance of the HpIdentityProvider class with the specified default identity and base URL, and the default REST service implementation and token cache.
Public methodHpIdentityProvider(Uri, IRestService, ICacheUserAccess)
Initializes a new instance of the HpIdentityProvider class with no default identity, and the specified base URL, REST service implementation, and token cache.
Public methodHpIdentityProvider(CloudIdentity, IRestService, ICacheUserAccess)
Initializes a new instance of the HpIdentityProvider class using the Default base URL and provided values.
Public methodHpIdentityProvider(Uri, CloudIdentity, IRestService, ICacheUserAccess)
Initializes a new instance of the HpIdentityProvider class using the provided values.
Top
See Also