5 references to CspParameters
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
481
CspParameters csp = new
CspParameters
();
System.Security.Cryptography (4)
System\Security\Cryptography\PasswordDeriveBytes.cs (4)
31
public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt) : this(strPassword, rgbSalt, new
CspParameters
()) { }
33
public PasswordDeriveBytes(byte[] password, byte[]? salt) : this(password, salt, new
CspParameters
()) { }
37
this(strPassword, rgbSalt, strHashName, iterations, new
CspParameters
()) { }
41
this(password, salt, hashName, iterations, new
CspParameters
()) { }