12 references to UseExistingKey
mscorlib (4)
system\security\cryptography\cryptoapitransform.cs (1)
310CspProviderFlags.UseExistingKey |
system\security\cryptography\utils.cs (3)
213if ((parameters.Flags & CspProviderFlags.UseExistingKey) != 0 || (hr != Constants.NTE_KEYSET_NOT_DEF && hr != Constants.NTE_BAD_KEYSET && hr != Constants.NTE_FILENOTFOUND)) 400if ((parameters.Flags & CspProviderFlags.UseExistingKey) != 0 || hr != Constants.NTE_NO_KEY) 476if ((flags & CspProviderFlags.UseExistingKey) != 0) {
System (1)
security\system\security\cryptography\x509\x509certificate2.cs (1)
790parameters.Flags |= CspProviderFlags.UseExistingKey;
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
178csp.Flags |= CspProviderFlags.UseExistingKey;
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
610privateKeyParams.Flags = CspProviderFlags.UseExistingKey;
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (1)
407cspParams.Flags = CspProviderFlags.UseExistingKey;
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (2)
800csp.Flags |= CspProviderFlags.UseExistingKey; 851csp.Flags |= CspProviderFlags.UseExistingKey;
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (2)
63csp.Flags |= CspProviderFlags.UseExistingKey; 446csp.Flags |= CspProviderFlags.UseExistingKey;