다음을 통해 공유


ServiceAuthenticationBehavior.ShouldSerializeAuthenticationSchemes 메서드

정의

서비스가 인증 스키마를 serialize해야 하는지 여부를 반환합니다.

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

반환

Boolean

서비스에서 인증 체계를 serialize해야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상