Table of Contents

Interface ISignable

Namespace
Vonage.Messaging
Assembly
Vonage.dll

Indicates that the class can be signed.

public interface ISignable

Properties

Sig

The signature to enable verification of the source of this webhook. Please see the developer documentation for validating signatures for more information, or use one of our published SDKs. Only included if you have signatures enabled

string Sig { get; set; }

Property Value

string