6 instantiations of InMemorySymmetricSecurityKey
System.ServiceModel.Primitives (6)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
136key = new InMemorySymmetricSecurityKey(unwrappedKey, false);
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
42_symmetricKey = new InMemorySymmetricSecurityKey(GetBuffer(), false);
System\ServiceModel\Security\SecurityUtils.cs (2)
728key = new InMemorySymmetricSecurityKey(unwrappedKey, false); 820temp.Add(new InMemorySymmetricSecurityKey(key));
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
208temp.Add(new InMemorySymmetricSecurityKey(_key, false));
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
163temp.Add(new InMemorySymmetricSecurityKey(_key, false));
1 reference to InMemorySymmetricSecurityKey
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
11private InMemorySymmetricSecurityKey _symmetricKey;