<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-preview1.23060.3" />
System.IdentityModel.ISignatureValueSecurityElement
namespace System.
IdentityModel
{
internal interface ISignatureValueSecurityElement :
ISecurityElement
{
byte[]
GetSignatureValue();
}
}