1 write to KeyStore
mscorlib (1)
system\security\permissions\keycontainerpermission.cs (1)
80KeyStore = keyStore;
6 references to KeyStore
mscorlib (6)
system\security\permissions\keycontainerpermission.cs (6)
57this (accessEntry.KeyStore, accessEntry.ProviderName, accessEntry.ProviderType, accessEntry.KeyContainerName, 109if (IsUnrestrictedEntry(this.KeyStore, value, 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)) 543entryElem.AddAttribute("KeyStore", accessEntry.KeyStore);