CredentialsEntryMethod EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Flags that specify how a network takes user credentials

Namespace: NFX.Web.Social
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[FlagsAttribute]
public enum CredentialsEntryMethod
Members

  Member nameValueDescription
None0 Specifies that the service does not support any forms of security integration
Browser1 Specifies that the service only allows users to enter credentials via browser, in a popup or IFrame
ServerAPI2 Specifies that the service has server API that a client (web app) can call and pass the credentials
See Also