Pkcs12LoaderLimits.MaxCertificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.