6[UnsupportedOSPlatform(
"browser")]
33 [RequiresUnreferencedCode(
"CreateDeformatter is not trim compatible because the algorithm implementation referenced by DeformatterAlgorithm might be removed.")]
37 asymmetricSignatureDeformatter.
SetKey(
key);
38 return asymmetricSignatureDeformatter;
41 [RequiresUnreferencedCode(
"CreateFormatter is not trim compatible because the algorithm implementation referenced by FormatterAlgorithm might be removed.")]
46 return asymmetricSignatureFormatter;
49 [RequiresUnreferencedCode(
"CreateDigest is not trim compatible because the algorithm implementation referenced by DigestAlgorithm might be removed.")]
static ? object CreateFromName(string name, params object?[]? args)
SignatureDescription(SecurityElement el)
string? DeformatterAlgorithm
virtual ? HashAlgorithm CreateDigest()
virtual AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)
virtual AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
string? FormatterAlgorithm
string? SearchForTextOfTag(string tag)