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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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.