FairPlayConfiguration.CreateSerializedFairPlayOptionConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateSerializedFairPlayOptionConfiguration(X509Certificate2, String, Guid, Guid, Byte[])
public static string CreateSerializedFairPlayOptionConfiguration (System.Security.Cryptography.X509Certificates.X509Certificate2 appCertificate, string pfxPassword, Guid pfxPasswordKeyId, Guid askId, byte[] contentIv);
static member CreateSerializedFairPlayOptionConfiguration : System.Security.Cryptography.X509Certificates.X509Certificate2 * string * Guid * Guid * byte[] -> string
Public Shared Function CreateSerializedFairPlayOptionConfiguration (appCertificate As X509Certificate2, pfxPassword As String, pfxPasswordKeyId As Guid, askId As Guid, contentIv As Byte()) As String
Parameters
- appCertificate
- X509Certificate2
- pfxPassword
- String
- pfxPasswordKeyId
- Guid
- askId
- Guid
- contentIv
- Byte[]
Returns
Applies to
CreateSerializedFairPlayOptionConfiguration(X509Certificate2, String, Guid, Guid, Byte[], RentalAndLeaseKeyType, UInt32)
public static string CreateSerializedFairPlayOptionConfiguration (System.Security.Cryptography.X509Certificates.X509Certificate2 appCertificate, string pfxPassword, Guid pfxPasswordKeyId, Guid askId, byte[] contentIv, Microsoft.WindowsAzure.MediaServices.Client.FairPlay.RentalAndLeaseKeyType rentalAndLeaseKeyType, uint rentalDuration);
static member CreateSerializedFairPlayOptionConfiguration : System.Security.Cryptography.X509Certificates.X509Certificate2 * string * Guid * Guid * byte[] * Microsoft.WindowsAzure.MediaServices.Client.FairPlay.RentalAndLeaseKeyType * uint32 -> string
Public Shared Function CreateSerializedFairPlayOptionConfiguration (appCertificate As X509Certificate2, pfxPassword As String, pfxPasswordKeyId As Guid, askId As Guid, contentIv As Byte(), rentalAndLeaseKeyType As RentalAndLeaseKeyType, rentalDuration As UInteger) As String
Parameters
- appCertificate
- X509Certificate2
- pfxPassword
- String
- pfxPasswordKeyId
- Guid
- askId
- Guid
- contentIv
- Byte[]
- rentalAndLeaseKeyType
- RentalAndLeaseKeyType
- rentalDuration
- UInt32