10 references to CspAlgorithmType
System.Security.Cryptography (10)
System\Security\Cryptography\CapiHelper.Windows.cs (6)
657
CspAlgorithmType
keyType,
665
parameters = new CspParameters(keyType ==
CspAlgorithmType
.Dss ?
677
parameters.KeyNumber = keyType == CapiHelper.
CspAlgorithmType
.Dss ? (int)KeyNumber.Signature : (int)KeyNumber.Exchange;
724
CspAlgorithmType
keyType,
751
if ((keyType ==
CspAlgorithmType
.Rsa && dwAlgId != CALG_RSA_KEYX && dwAlgId != CALG_RSA_SIGN) ||
752
(keyType ==
CspAlgorithmType
.Dss && dwAlgId != CALG_DSS_SIGN))
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
74
CapiHelper.
CspAlgorithmType
.Dss,
151
CapiHelper.
CspAlgorithmType
.Dss,
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
60
CapiHelper.
CspAlgorithmType
.Rsa,
137
CapiHelper.
CspAlgorithmType
.Rsa,