Edit

Share via


CoseSignature.Signature Property

Definition

Gets the digital signature.

public:
 property ReadOnlyMemory<System::Byte> Signature { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> Signature { get; }
member this.Signature : ReadOnlyMemory<byte>
Public ReadOnly Property Signature As ReadOnlyMemory(Of Byte)

Property Value

A region of memory that contains the digital signature.

Applies to