7 references to InMemorySymmetricSecurityKey
System.IdentityModel (4)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
147key = new InMemorySymmetricSecurityKey(unwrappedKey, false);
System\IdentityModel\Tokens\SymmetricKey.cs (1)
16: this(symmetricKey, true)
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
102key = new InMemorySymmetricSecurityKey(unwrappedKey, false);
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
44this.symmetricKey = new InMemorySymmetricSecurityKey(GetBuffer(), false);
System.ServiceModel (3)
System\ServiceModel\Security\SecurityUtils.cs (1)
2275key = new InMemorySymmetricSecurityKey(unwrappedKey, false);
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
268temp.Add(new InMemorySymmetricSecurityKey(this.key, false));
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
277temp.Add(new InMemorySymmetricSecurityKey(this.key, false));