[This is preliminary documentation and is subject to change.]
Flags that specify how a network takes user credentials
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Specifies that the service does not support any forms of security integration | |
Browser | 1 | Specifies that the service only allows users to enter credentials via browser, in a popup or IFrame | |
ServerAPI | 2 | Specifies that the service has server API that a client (web app) can call and pass the credentials |
See Also