Microsoft.WindowsAzure.MediaServices.Client.Tests.AssetTests.ShouldDownloadCommonEncryptionProtectedAssetFile C# (CSharp) Method

ShouldDownloadCommonEncryptionProtectedAssetFile() private method

private ShouldDownloadCommonEncryptionProtectedAssetFile ( ) : void
return void
        public void ShouldDownloadCommonEncryptionProtectedAssetFile()
        {
            IAsset asset = CreateAsset(_mediaContext, _smallWmv, AssetCreationOptions.CommonEncryptionProtected);
            VerifyAndDownloadAsset(asset, 1,_smallWmv,true);
        }
AssetTests