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