C# 클래스 Microsoft.WindowsAzure.MediaServices.Client.FairPlay.FairPlayConfiguration

Configuration for FairPlay Authorization Policy Option. Key Delivery will use these values for generating FairPlay CKC.
파일 보기 프로젝트 열기: Azure/azure-sdk-for-media-services 1 사용 예제들

공개 메소드들

메소드 설명
CreateSerializedFairPlayOptionConfiguration ( X509Certificate2 appCertificate, string pfxPassword, System.Guid pfxPasswordKeyId, System.Guid askId, byte contentIv ) : string

Creates a string that can be used as FairPlay Policy Option Configuration.

메소드 상세

CreateSerializedFairPlayOptionConfiguration() 공개 정적인 메소드

Creates a string that can be used as FairPlay Policy Option Configuration.
public static CreateSerializedFairPlayOptionConfiguration ( X509Certificate2 appCertificate, string pfxPassword, System.Guid pfxPasswordKeyId, System.Guid askId, byte contentIv ) : string
appCertificate System.Security.Cryptography.X509Certificates.X509Certificate2 FairPlay application certificate.
pfxPassword string Password protecting FairPlay application certificate.
pfxPasswordKeyId System.Guid Id of the key storing the password protecting /// FairPlay application certificate.
askId System.Guid Id of the FairPlay Aplication Secret key.
contentIv byte Initialization Vector used for encrypting the content.
리턴 string