2 overrides of GetEncodedLength
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (1)
538
public override int
GetEncodedLength
()
System\Security\Cryptography\Cose\CoseSign1Message.cs (1)
989
public override int
GetEncodedLength
() =>
5 references to GetEncodedLength
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseMessage.cs (5)
633
byte[] buffer = new byte[
GetEncodedLength
()];
645
/// <remarks>Use <see cref="
GetEncodedLength
()"/> to determine how many bytes result in encoding this message.</remarks>
648
/// <seealso cref="
GetEncodedLength
()"/>
665
/// <remarks>Use <see cref="
GetEncodedLength
()"/> to determine how many bytes result in encoding this message.</remarks>
667
/// <seealso cref="
GetEncodedLength
()"/>