Click or drag to resize

SecurityPolicyConfigurationMinimumRsaKeyLength Property

An integer value specifying the minimum RSA key length to be used for validating the certificate received from the server during TLS Handshake.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public int MinimumRsaKeyLength { get; set; }

Property Value

Type: Int32
Remarks
Client SDK rejects the server certificate in case the configured value is greater than server certificate's key length. If the parameter is not configured by admin, keylength will default to 1024 or 2048(FIPS mode).
See Also