CertSrvCryptographyConfigEncryptionPublicKeyLength Property

Gets or sets the CA Exchange public key length.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public int EncryptionPublicKeyLength { get; set; }

Property Value

Int32

Remarks

Setter is applicable only when CA uses RSA public key algorithm and setter value is ignored if CA uses ECC public key.

See Also