3 references to InMemorySymmetricSecurityKey
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
146
key = new
InMemorySymmetricSecurityKey
(unwrappedKey, false);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SymmetricKey.cs (1)
17
:
this
(symmetricKey, true)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
277
temp.Add(new
InMemorySymmetricSecurityKey
(_key, false));