MediaStreamSampleProtectionProperties.GetKeyIdentifier(Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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 物件使用。 金鑰識別碼可讓解密程式知道要用來解密資料的金鑰。