CryptographyTemplateSettingsMinimalKeyLength Property |
Gets or sets the minimum size, in bits, of the public key that the client should create to obtain a certificate based
on this template.
Namespace:
PKI.CertificateTemplates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int MinimalKeyLength { get; }
Public ReadOnly Property MinimalKeyLength As Integer
Get
public:
property int MinimalKeyLength {
int get ();
}
member MinimalKeyLength : int with get
Property Value
Type:
Int32See Also