CoseSign1Message.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)

属性值

包含数字签名的内存区域。

适用于