Show / Hide Table of Contents

Class WebhookSignature

WebhookSignature

Inheritance
System.Object
WebhookSignature
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class WebhookSignature

Properties

Key

The key of the signature (required)

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

Type

The signature type used for the webhook. Selects one of the supported signatures. The signature is attached to the list of headers with the key Bitmovin-Signature. In case of the HMAC type the SHA512 hashing algorithm is used to generate an authentication code from the webhook body. (required)

Declaration
public SignatureType? Type { get; set; }
Property Value
Type Description
System.Nullable<SignatureType>
Back to top Generated by DocFX