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