Share via


AesManaged.KeySize Propriedade

Definição

Obtém ou define o tamanho, em bits, da chave secreta usada para o algoritmo simétrico.

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.

Comentários

O tamanho máximo da chave é de 256 bits.

Aplica-se a