SignatureHelper.GetSignature Método
Definição
Adiciona o token final à assinatura e marca a assinatura como concluída. Portanto, nenhum token adicional pode ser adicionado.Adds the end token to the signature and marks the signature as finished, so no further tokens can be added.
public:
cli::array <System::Byte> ^ GetSignature();
public byte[] GetSignature ();
member this.GetSignature : unit -> byte[]
Public Function GetSignature () As Byte()
Retornos
- Byte[]
Uma matriz de bytes composta pela assinatura completa.A byte array made up of the full signature.