SignatureHelper.GetSignature 方法

定义

在签名中添加结束令牌并将签名标记为已完成,以确保不能再添加更多的令牌。

public:
 cli::array <System::Byte> ^ GetSignature();
public byte[] GetSignature ();
member this.GetSignature : unit -> byte[]
Public Function GetSignature () As Byte()

返回

Byte[]

由完整签名组成的字节数组。

适用于