你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileEncryptionTransform 类

定义

注意

The Azure Media Services StorageEncryption feature has been deprecated in favor of Azure Storage Server Side Encryption. Existing Asset files with StorageEncryption applied can be decrypted but new Assets cannot use StorageEncryption.

提供文件加密转换。

[System.Obsolete("The Azure Media Services StorageEncryption feature has been deprecated in favor of Azure Storage Server Side Encryption.  Existing Asset files with StorageEncryption applied can be decrypted but new Assets cannot use StorageEncryption.")]
public class FileEncryptionTransform : System.Security.Cryptography.ICryptoTransform
[<System.Obsolete("The Azure Media Services StorageEncryption feature has been deprecated in favor of Azure Storage Server Side Encryption.  Existing Asset files with StorageEncryption applied can be decrypted but new Assets cannot use StorageEncryption.")>]
type FileEncryptionTransform = class
    interface ICryptoTransform
    interface IDisposable
Public Class FileEncryptionTransform
Implements ICryptoTransform
继承
FileEncryptionTransform
属性
实现

属性

CanReuseTransform
已过时.

获取一个值,该值指示是否可重复使用当前转换。

CanTransformMultipleBlocks
已过时.

获取一个值,该值指示是否可以转换多个块。

FileOffset
已过时.

获取或设置文件偏移量。

InputBlockSize
已过时.

获取输入块大小。

OutputBlockSize
已过时.

获取输出块大小。

方法

Dispose()
已过时.

执行与释放或重置非托管资源关联的应用程序定义的任务。

Dispose(Boolean)
已过时.

释放非托管资源,并有选择性地释放托管资源。

TransformBlock(Byte[], Int32, Int32, Byte[], Int32)
已过时.

转换输入字节数组的指定区域,并将所得到的转换复制到输出字节数组的指定区域。

TransformFinalBlock(Byte[], Int32, Int32)
已过时.

转换指定字节数组的指定区域。

适用于