2 writes to securityKeys
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (2)
269this.securityKeys = temp.AsReadOnly(); 275this.securityKeys = securityKeys;
3 references to securityKeys
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (3)
147if (this.securityKeys == null) 152return this.securityKeys; 168keys = this.securityKeys;