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