PasswordDeriveBytes.IterationCount 속성

정의

작업의 반복 횟수를 가져오거나 설정합니다.

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

속성 값

Int32

작업의 반복 횟수입니다.

예외

반복 횟수가 고정되어 있는데 이 값을 변경하려고 한 경우

값이 범위를 벗어나서 속성을 설정할 수 없는 경우 이 속성에는 0 또는 양의 정수가 필요합니다.

적용 대상

추가 정보