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 最大。

适用于