system\security\permissions\keycontainerpermission.cs (6)
58accessEntry.KeySpec, accessEntry.Flags) {
90if (IsUnrestrictedEntry(value, this.ProviderName, this.ProviderType, this.KeyContainerName, this.KeySpec))
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))
547entryElem.AddAttribute("KeySpec", accessEntry.KeySpec.ToString(null, null));