4 writes to PersistKeyInCsp
System.Configuration (3)
System\Configuration\RSAProtectedConfigurationProvider.cs (3)
101rsa.PersistKeyInCsp = true; 108rsa.PersistKeyInCsp = false; 115rsa.PersistKeyInCsp = true;
System.IdentityModel (1)
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
60rsa.PersistKeyInCsp = true;
1 reference to PersistKeyInCsp
mscorlib (1)
system\security\cryptography\rsacryptoserviceprovider.cs (1)
220bool oldPersistKeyInCsp = this.PersistKeyInCsp;