RijndaelManaged.Padding Propriedade

Definição

Obtém ou define o modo de preenchimento usado no algoritmo simétrico.Gets or sets the padding mode used in the symmetric algorithm.

public:
 virtual property System::Security::Cryptography::PaddingMode Padding { System::Security::Cryptography::PaddingMode get(); void set(System::Security::Cryptography::PaddingMode value); };
public override System.Security.Cryptography.PaddingMode Padding { get; set; }
member this.Padding : System.Security.Cryptography.PaddingMode with get, set
Public Overrides Property Padding As PaddingMode

Valor da propriedade

PaddingMode

O modo de preenchimento usado no algoritmo simétrico.The padding mode used in the symmetric algorithm. O padrão é PKCS7.The default is PKCS7.

Comentários

Consulte a SymmetricAlgorithm.Padding propriedade para obter mais informações sobre preenchimento.See the SymmetricAlgorithm.Padding property for more information about padding.

Aplica-se a