次の方法で共有


StreamingLocatorContentKeyType 構造体

定義

StreamingLocatorContentKeyType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyTypeConverter))]
public struct StreamingLocatorContentKeyType : IEquatable<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyTypeConverter))>]
type StreamingLocatorContentKeyType = struct
Public Structure StreamingLocatorContentKeyType
Implements IEquatable(Of StreamingLocatorContentKeyType)
継承
StreamingLocatorContentKeyType
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

CommonEncryptionCbcs

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

CommonEncryptionCenc

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

EnvelopeEncryption

エンベロープ暗号化

メソッド

Equals(Object)

StreamingLocatorContentKeyType の Equals 演算子をオーバーライドします

Equals(StreamingLocatorContentKeyType)

StreamingLocatorContentKeyType 型の列挙型を比較します

GetHashCode()

hashCode StreamingLocatorContentKeyType の戻り値

ToString()

StreamingLocatorContentKeyType の文字列表現を返します。

演算子

Equality(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType)

列挙型 StreamingLocatorContentKeyType の == 演算子をオーバーライドする

Implicit(StreamingLocatorContentKeyType to String)

StreamingLocatorContentKeyType を文字列に変換する暗黙的な演算子

Implicit(String to StreamingLocatorContentKeyType)

文字列を StreamingLocatorContentKeyType に変換する暗黙的な演算子

Inequality(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType)

列挙型 StreamingLocatorContentKeyType の != 演算子のオーバーライド

適用対象