'Declaration
<DataMemberAttribute()> <ValueRangeAttribute(0, 2147483647)> <WellKnownValueAttribute(0)> Public Property MinimumKeySize As Integer
'Usage
Dim instance As CertificateGenerationParameters Dim value As Integer instance.MinimumKeySize = value value = instance.MinimumKeySize
[DataMember()] [ValueRange(0, 2147483647)] [WellKnownValue(0)] public int MinimumKeySize {get; set;}
[DataMember()] [ValueRange(0, 2147483647)] [WellKnownValue(0)] public: property int MinimumKeySize { int get(); void set ( int value); }
Property Value
Valid values of this property are in the range from 0
to 2147483647 (Int32.MaxValue)
.
The default value of this property is 0
.
Some well-known (commonly used) values of this property are: 0, 1024, 2048, 3072, 4096
.