Show / Hide Table of Contents

Class StreamPackagingConfigEncryptionAes128

AES128 encryption type (enabled by default).

Inheritance
object
StreamPackagingConfigEncryption
StreamPackagingConfigEncryptionAes128
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class StreamPackagingConfigEncryptionAes128 : StreamPackagingConfigEncryption

Properties

KmsKeyId

Declaration
[JsonProperty(PropertyName = "kmsKeyId")]
public string KmsKeyId { get; set; }
Property Value
Type Description
string

The identifier of the customer managed Vault KMS symmetric encryption key (null if Oracle managed).

In this article
Back to top