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