BasicHttpMessageSecurity.ShouldSerializeClientCredentialType 메서드

정의

클라이언트 자격 증명 형식을 serialize해야 하는지 여부를 반환합니다.

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

반환

Boolean

클라이언트 자격 증명 형식을 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

설명

클라이언트 자격 증명 형식의 두 가지 예로는 ID와 전송이 있습니다.

적용 대상