AsymmetricAlgorithm.KeySizeValue Campo
Definición
Representa el tamaño, en bits, del módulo de claves que usa el algoritmo asimétrico.Represents the size, in bits, of the key modulus used by the asymmetric algorithm.
protected: int KeySizeValue;
protected int KeySizeValue;
val mutable KeySizeValue : int
Protected KeySizeValue As Integer
Valor de campo
Comentarios
Los tamaños de clave válidos se especifican mediante la implementación concreta del algoritmo asimétrico y se enumeran en la LegalKeySizes propiedad.The valid key sizes are specified by the particular implementation of the asymmetric algorithm and are listed in the LegalKeySizes property.
Se tiene acceso a este campo a través de la KeySize propiedad.This field is accessed through the KeySize property.