Base:
property
KeySize
System.IdentityModel.Tokens.SecurityKey.KeySize
2 references to KeySize
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
424if ((cryptoList[j] is InMemorySymmetricSecurityKey) && (cryptoList[j].KeySize == inMemorySymmetricSecurityKey.KeySize))
System\IdentityModel\Tokens\SymmetricKey.cs (1)
104return (CryptoHelper.IsSymmetricSupportedAlgorithm(algorithm, this.KeySize));