AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.

Inheritance Hierarchy

System.Object
  Amazon.MediaPackage.Model.SpekeKeyProvider

Namespace: Amazon.MediaPackage.Model
Assembly: AWSSDK.MediaPackage.dll
Version: 3.x.y.z

Syntax

C#
public class SpekeKeyProvider

The SpekeKeyProvider type exposes the following members

Constructors

NameDescription
Public Method SpekeKeyProvider()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn. An Amazon Resource Name (ARN) of a Certificate Manager certificatethat MediaPackage will use for enforcing secure end-to-end datatransfer with the key provider service.

Public Property EncryptionContractConfiguration Amazon.MediaPackage.Model.EncryptionContractConfiguration

Gets and sets the property EncryptionContractConfiguration.

Public Property ResourceId System.String

Gets and sets the property ResourceId. The resource ID to include in key requests.

Public Property RoleArn System.String

Gets and sets the property RoleArn. An Amazon Resource Name (ARN) of an IAM role that AWS ElementalMediaPackage will assume when accessing the key provider service.

Public Property SystemIds System.Collections.Generic.List<System.String>

Gets and sets the property SystemIds. The system IDs to include in key requests.

Public Property Url System.String

Gets and sets the property Url. The URL of the external key provider service.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5