SignatureHelper.GetSignature メソッド

定義

署名に終了トークンを追加し、署名を完了としてマークします。そのため、それ以上トークンを追加することはできません。

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

返品

Byte[]

完全なシグネチャで構成されるバイト配列。

適用対象