Base:
method
GetEncodedLength
System.Security.Cryptography.Cose.CoseMessage.GetEncodedLength()
4 references to GetEncodedLength
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (4)
560
/// <remarks>Use <see cref="
GetEncodedLength
()"/> to determine how many bytes result in encoding this message.</remarks>
570
/// <seealso cref="
GetEncodedLength
()"/>
583
if (destination.Length <
GetEncodedLength
())
625
Debug.Assert(bytesWritten ==
GetEncodedLength
());