3 references to name
System (3)
security\system\security\Authentication\ExtendedProtection\Configuration\ServiceNameElement.cs (3)
15this.properties.Add(this.name); 21get { return (string)this[this.name]; } 22set { this[this.name] = value; }