你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

重写 enum StreamingLocatorContentKeyType 的 != 运算符

适用于