다음을 통해 공유


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 개체와 함께 사용됩니다. 키 식별자를 사용하면 암호 해독기에서 데이터의 암호를 해독하는 데 사용할 키를 알 수 있습니다.

적용 대상