PKCS1MaskGenerationMethod Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy PKCS1MaskGenerationMethod.

public:
 PKCS1MaskGenerationMethod();
public PKCS1MaskGenerationMethod();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PKCS1MaskGenerationMethod is not trim compatible because the algorithm implementation referenced by HashName might be removed.")]
public PKCS1MaskGenerationMethod();
Public Sub New ()
Atrybuty

Uwagi

Ten konstruktor ustawia HashName domyślną nazwę algorytmu wyznaczania wartości skrótu (SHA1).

Ze względu na problemy z kolizją z algorytmem SHA-1 firma Microsoft zaleca model zabezpieczeń oparty na algorytmie SHA-256 lub lepszym.

Dotyczy

Zobacz też