3 references to Issuer
NuGet.Protocol (3)
Model\RepositoryCertificateInfo.cs (3)
22[JsonProperty(PropertyName = JsonProperties.Issuer, Required = Required.Always)] 23[JsonPropertyName(JsonProperties.Issuer)] 53Issuer = issuer ?? throw new System.Text.Json.JsonException(string.Format(CultureInfo.CurrentCulture, Strings.Error_RequiredJsonPropertyMissing, JsonProperties.Issuer));