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