CoseMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a COSE message as described in RFC 8152.
public ref class CoseMessage abstract
public abstract class CoseMessage
type CoseMessage = class
Public MustInherit Class CoseMessage
- Inheritance
-
CoseMessage
- Derived
Properties
Content |
Gets the content of this message or |
ProtectedHeaders |
Gets the protected header parameters associated with this message. |
RawProtectedHeaders |
Gets the raw bytes of the protected header parameters associated with this message. |
UnprotectedHeaders |
Gets the unprotected header parameters associated with this message. |
Methods
DecodeMultiSign(Byte[]) |
Decodes a CBOR payload as a COSE_Sign message. |
DecodeMultiSign(ReadOnlySpan<Byte>) |
Decodes a CBOR payload as a COSE_Sign message. |
DecodeSign1(Byte[]) |
Decodes a CBOR payload as a COSE_Sign1 message. |
DecodeSign1(ReadOnlySpan<Byte>) |
Decodes a CBOR payload as a COSE_Sign1 message. |
Encode() |
Encodes this message as CBOR. |
Encode(Span<Byte>) |
Encodes this message as CBOR. |
GetEncodedLength() |
When overriden in a derived class, calculates the number of bytes produced by encoding this CoseMessage. |
TryEncode(Span<Byte>, Int32) |
When overriden in a derived class, attempts to encode this message into the specified buffer. |