다음을 통해 공유


Pkcs12LoaderLimits.MacIterationLimit 속성

정의

MAC 계산에 대한 반복 제한을 가져오거나 설정합니다.

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

속성 값

MAC 계산에 대한 반복 제한 또는 제한 없이 null.

적용 대상