ODataServiceProviderCredentials Property
Note: This API is now obsolete.
The credentials used by the OData service.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
[ObsoleteAttribute("Please use Authenticator instead.", true)]
public static ICredentials Credentials { get; set; }
<ObsoleteAttribute("Please use Authenticator instead.", true)>
Public Shared Property Credentials As ICredentials
Get
Set
public:
[ObsoleteAttribute(L"Please use Authenticator instead.", true)]
static property ICredentials^ Credentials {
ICredentials^ get ();
void set (ICredentials^ value);
}
[<ObsoleteAttribute("Please use Authenticator instead.", true)>]
static member Credentials : ICredentials with get, set
Property Value
ICredentials