2 references to PROV_RSA_AES
mscorlib (2)
system\security\cryptography\icspasymmetricalgorithm.cs (1)
41
if (m_parameters.ProviderType == Constants.PROV_RSA_FULL || m_parameters.ProviderType == Constants.
PROV_RSA_AES
)
system\security\cryptography\utils.cs (1)
148
internal const int DefaultRsaProviderType = Constants.
PROV_RSA_AES
;