Click or drag to resize
Json.NET Schema

JSchemaUrlResolverCredentials Property

 
Sets the credentials used to authenticate web requests.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public override ICredentials Credentials { set; }

Property Value

Type: ICredentials
See Also