LibraryPublishInfoAuthenticationMethod

The PublishInfo.AuthenticationMethod enumerated type indicates how a subscribed library should authenticate to the published library endpoint.
BASIC : Require HTTP Basic authentication matching a specified username and password.
NONE : Require no authentication.

Enumeration:   BASIC,   NONE,  


Feedback

Was this page helpful?