Pkcs12LoaderLimits.IndividualKdfIterationLimit 속성

정의

개별 KDF(키 파생 함수) 계산에 대한 반복 제한을 가져오거나 설정합니다.

public:
 property Nullable<int> IndividualKdfIterationLimit { Nullable<int> get(); void set(Nullable<int> value); };
public int? IndividualKdfIterationLimit { get; set; }
member this.IndividualKdfIterationLimit : Nullable<int> with get, set
Public Property IndividualKdfIterationLimit As Nullable(Of Integer)

속성 값

개별 KDF(키 파생 함수) 계산에 대한 반복 제한 또는 제한 없이 null.

적용 대상