CertSrvCryptographyConfigEncryptionPublicKeyLength Property
Gets or sets the CA Exchange public key length.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public int EncryptionPublicKeyLength { get; set; }
Public Property EncryptionPublicKeyLength As Integer
Get
Set
public:
property int EncryptionPublicKeyLength {
int get ();
void set (int value);
}
member EncryptionPublicKeyLength : int with get, set
Property Value
Int32 Setter is applicable only when CA uses RSA public key algorithm and setter value is ignored if CA uses ECC public key.