2 overrides of GetEncodedLength
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (1)
533
public override int
GetEncodedLength
()
System\Security\Cryptography\Cose\CoseSign1Message.cs (1)
747
public override int
GetEncodedLength
() =>
5 references to GetEncodedLength
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseMessage.cs (5)
595
byte[] buffer = new byte[
GetEncodedLength
()];
607
/// <remarks>Use <see cref="
GetEncodedLength
()"/> to determine how many bytes result in encoding this message.</remarks>
610
/// <seealso cref="
GetEncodedLength
()"/>
627
/// <remarks>Use <see cref="
GetEncodedLength
()"/> to determine how many bytes result in encoding this message.</remarks>
629
/// <seealso cref="
GetEncodedLength
()"/>