RSASignaturePadding.Pss Propriedade
Definição
Obtém um objeto que usa o modo de preenchimento PSS.Gets an object that uses PSS padding mode.
public:
static property System::Security::Cryptography::RSASignaturePadding ^ Pss { System::Security::Cryptography::RSASignaturePadding ^ get(); };
public static System.Security.Cryptography.RSASignaturePadding Pss { get; }
member this.Pss : System.Security.Cryptography.RSASignaturePadding
Public Shared ReadOnly Property Pss As RSASignaturePadding
Valor da propriedade
Um objeto que usa o modo de preenchimento Pss com o número de bytes de sal igual ao tamanho do hash.An object that uses the Pss padding mode with the number of salt bytes equal to the size of the hash.