AesManaged.BlockSize Propriedade
Definição
Obtém ou define o tamanho do bloco, em bits, da operação de criptografia.Gets or sets the block size, in bits, of the cryptographic operation.
public:
virtual property int BlockSize { int get(); void set(int value); };
public override int BlockSize { get; set; }
member this.BlockSize : int with get, set
Public Overrides Property BlockSize As Integer
Valor da propriedade
O tamanho do bloco, em bits, da operação de criptografia.The block size, in bits, of the cryptographic operation. O padrão é 128 bits.The default is 128 bits.
Comentários
Para o AES, o único tamanho de bloco válido é de 128 bits.For AES, the only valid block size is 128 bits. Consulte BlockSize para obter mais informações sobre tamanho de bloco.See the BlockSize for more information about block size.