다음을 통해 공유


PasswordHasherOptions.IterationCount 속성

정의

PBKDF2를 사용하여 암호를 해시할 때 사용되는 반복 수를 가져오거나 설정합니다. 기본값은 100,000입니다.

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

속성 값

PBKDF2를 사용하여 암호를 해시할 때 사용되는 반복 횟수입니다.

설명

이 값은 호환성 모드가 'V3'로 설정된 경우에만 사용됩니다. 값은 양의 정수여야 합니다.

적용 대상