Pkcs12LoaderLimits.MaxCertificates 속성

정의

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

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)

속성 값

허용되는 최대 인증서 수이거나 최대값 없이 null.

적용 대상