3 writes to ProviderName
System.Core (3)
System\Security\Cryptography\CngKey.cs (3)
381access.ProviderName = kspName; 428access.ProviderName = creationParameters.Provider.Provider; 706access.ProviderName = provider.Provider;
6 references to ProviderName
mscorlib (6)
system\security\permissions\keycontainerpermission.cs (6)
57this (accessEntry.KeyStore, accessEntry.ProviderName, accessEntry.ProviderType, accessEntry.KeyContainerName, 90if (IsUnrestrictedEntry(value, this.ProviderName, this.ProviderType, this.KeyContainerName, this.KeySpec)) 125if (IsUnrestrictedEntry(this.KeyStore, this.ProviderName, value, this.KeyContainerName, this.KeySpec)) 138if (IsUnrestrictedEntry(this.KeyStore, this.ProviderName, this.ProviderType, value, this.KeySpec)) 154if (IsUnrestrictedEntry(this.KeyStore, this.ProviderName, this.ProviderType, this.KeyContainerName, value)) 544entryElem.AddAttribute("ProviderName", accessEntry.ProviderName);