Pkcs12LoaderLimits.MaxKeys 속성

정의

허용되는 최대 키 수를 가져오거나 설정합니다.

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

속성 값

허용되는 최대 키 수 또는 최대값 없이 null.

적용 대상