Pkcs12LoaderLimits.MaxCertificates Property

Definition

Gets or sets the maximum number of certificates permitted.

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

Property Value

The maximum number of certificates permitted, or null for no maximum.

Applies to