TypeNameParseOptions.MaxNodes 속성

정의

파서가 처리할 수 있는 최대 노드 수를 가져오거나 설정합니다.

public:
 property int MaxNodes { int get(); void set(int value); };
public int MaxNodes { get; set; }
member this.MaxNodes : int with get, set
Public Property MaxNodes As Integer

속성 값

파서가 처리할 수 있는 최대 노드 수입니다. 기본값은 20입니다.

설명

이 속성을 큰 값으로 설정하면 악의적인 입력을 구문 분석하거나 처리할 때 서비스 거부 공격에 취약해질 수 있습니다 TypeName .

적용 대상