共用方式為


MediaStreamSampleProtectionProperties.GetKeyIdentifier(Byte[]) 方法

定義

MediaStreamSample取得數位版權管理 (DRM) 金鑰識別碼。

void GetKeyIdentifier([Out] winrt::array_view <byte> const& & value);
public void GetKeyIdentifier(out byte[] value);
Public Sub GetKeyIdentifier (ByRef value As Byte())

參數

value

Byte[]

byte[]

接收用來解密資料的金鑰識別碼。

備註

這個方法會搭配屬於使用多個金鑰的保護設定之加密 MediaStreamSample 物件使用。 金鑰識別碼可讓解密程式知道要用來解密資料的金鑰。

適用於