SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si une longueur de clé particulière est prise en charge par l'algorithme asymétrique.
public:
abstract bool IsAsymmetricKeyLengthSupported(int length);
public abstract bool IsAsymmetricKeyLengthSupported (int length);
abstract member IsAsymmetricKeyLengthSupported : int -> bool
Public MustOverride Function IsAsymmetricKeyLengthSupported (length As Integer) As Boolean
Paramètres
- length
- Int32
La longueur de clé à vérifier.
Retours
true
si la longueur de clé est prise en charge par l'algorithme asymétrique ; sinon, false
.
Remarques
Les longueurs de clé typiques sont 128, 192 et 256 bits.