次の方法で共有


StreamingLocatorContentKeyType 構造体

定義

コンテンツ キーの暗号化の種類。

public readonly struct StreamingLocatorContentKeyType : IEquatable<Azure.ResourceManager.Media.Models.StreamingLocatorContentKeyType>
type StreamingLocatorContentKeyType = struct
Public Structure StreamingLocatorContentKeyType
Implements IEquatable(Of StreamingLocatorContentKeyType)
継承
StreamingLocatorContentKeyType
実装

コンストラクター

StreamingLocatorContentKeyType(String)

StreamingLocatorContentKeyType の新しいインスタンスを初期化します。

プロパティ

CommonEncryptionCbcs

CBCS を使用した一般的な暗号化。

CommonEncryptionCenc

CENC を使用した一般的な暗号化。

EnvelopeEncryption

エンベロープ暗号化。

メソッド

Equals(StreamingLocatorContentKeyType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType)

2 つの StreamingLocatorContentKeyType 値が同じかどうかを判断します。

Implicit(String to StreamingLocatorContentKeyType)

文字列を StreamingLocatorContentKeyType に変換します。

Inequality(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType)

2 つの StreamingLocatorContentKeyType 値が同じでないかどうかを判断します。

適用対象