AesManaged.KeySize Propriedade

Definição

Obtém ou define o tamanho, em bits, da chave secreta usada para o algoritmo simétrico.Gets or sets the size, in bits, of the secret key used for the symmetric algorithm.

public:
 virtual property int KeySize { int get(); void set(int value); };
public override int KeySize { get; set; }
member this.KeySize : int with get, set
Public Overrides Property KeySize As Integer

Valor da propriedade

Int32

O tamanho, em bits, da chave usada pelo algoritmo simétrico.The size, in bits, of the key used by the symmetric algorithm.

Comentários

O tamanho máximo da chave é de 256 bits.The maximum size of the key is 256 bits.

Aplica-se a