7 references to InMemorySymmetricSecurityKey
System.IdentityModel (6)
System\IdentityModel\SecurityUtils.cs (1)
98temp.Add( new InMemorySymmetricSecurityKey( key ) );
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (1)
68base.SecurityKey = new InMemorySymmetricSecurityKey( _keyBytes );
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
259this.symmetricSecurityKey = new InMemorySymmetricSecurityKey(sessionKey.SessionKey);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
215this.symmetricSecurityKey = new InMemorySymmetricSecurityKey(sessionKey.SessionKey);
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
324_securityKeys = new ReadOnlyCollection<SecurityKey>(new SecurityKey[] { new InMemorySymmetricSecurityKey(key) }); 513_securityKeys = new ReadOnlyCollection<SecurityKey>(new SecurityKey[] { new InMemorySymmetricSecurityKey(key) });
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
628temp.Add(new InMemorySymmetricSecurityKey(key));