Basic256SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(Int32) Metodo

Definizione

Restituisce true se la lunghezza della chiave asimmetrica specificata è supportata. In caso contrario, restituisce false. Le lunghezze valide sono comprese tra 1024 e 4096.

public:
 override bool IsAsymmetricKeyLengthSupported(int length);
public override bool IsAsymmetricKeyLengthSupported (int length);
override this.IsAsymmetricKeyLengthSupported : int -> bool
Public Overrides Function IsAsymmetricKeyLengthSupported (length As Integer) As Boolean

Parametri

length
Int32

Lunghezza di chiave asimmetrica.

Restituisce

Boolean

true se la lunghezza di chiave asimmetrica specificata è supportata; in caso contrario, false.

Si applica a