docs consolidation and others
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<NoWarn>1701;1702;1591;CA1416;SYSLIB0004</NoWarn>
|
||||
<!-- Third-party library: suppress nullable and API warnings to preserve upstream code -->
|
||||
<NoWarn>1701;1702;1591;CA1416;SYSLIB0003;SYSLIB0004;SYSLIB0023;SYSLIB0027;SYSLIB0028;SYSLIB0057;CS8600;CS8601;CS8602;CS8603;CS8604;CS8605;CS8618;CS8625;CS8765;CS8767;CS0472</NoWarn>
|
||||
<PackageId>GostCryptography</PackageId>
|
||||
<Title>GostCryptography</Title>
|
||||
<Version>$(GostCryptographyVersion)</Version>
|
||||
|
||||
@@ -95,7 +95,7 @@ namespace GostCryptography.Pkcs
|
||||
return _signedCms.Encode();
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="SignedCms.Decode"/>
|
||||
/// <inheritdoc cref="SignedCms.Decode(byte[])"/>
|
||||
public void Decode(byte[] encodedMessage)
|
||||
{
|
||||
_signedCms.Decode(encodedMessage);
|
||||
|
||||
Reference in New Issue
Block a user