次の方法で共有


FhirServiceCorsConfiguration.AllowCredentials プロパティ

定義

CORS 経由で資格情報を許可するかどうかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="allowCredentials")]
public bool? AllowCredentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowCredentials")>]
member this.AllowCredentials : Nullable<bool> with get, set
Public Property AllowCredentials As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象