<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />
System.IdentityModel.Tokens.SecurityKey
public abstract int KeySize {
get; }
public abstract byte[]
DecryptKey(
string algorithm,
byte[]
keyData)
public abstract byte[]
EncryptKey(
string algorithm,
byte[]
keyData)