1 write to keys
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
387this.keys = new ReadOnlyCollection<SecurityKey>(new List<SecurityKey>());
2 references to keys
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
385if (null == this.keys) 389return this.keys;