Click or drag to resize
RESTSecurityInvokerAuthenticationType Property
Gets the type of authentication which should be used to authenticate REST service. Default value is basic authentication ("basic" constant). Other option is forms authentication ("forms" constant).

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
public string AuthenticationType { get; }

Property Value

Type: String
See Also