ServiceAuthenticationBehavior.ShouldSerializeAuthenticationSchemes メソッド

定義

サービスが認証スキームをシリアル化する必要があるかどうかを返します。

public:
 bool ShouldSerializeAuthenticationSchemes();
public bool ShouldSerializeAuthenticationSchemes();
member this.ShouldSerializeAuthenticationSchemes : unit -> bool
Public Function ShouldSerializeAuthenticationSchemes () As Boolean

返品

true サービスが認証スキームをシリアル化する必要がある場合。それ以外の場合は false

適用対象