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

FileEncryption 类

定义

注意

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 FileEncryption : IDisposable
[<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 FileEncryption = class
    interface IDisposable
Public Class FileEncryption
Implements IDisposable
继承
FileEncryption
属性
实现

构造函数

FileEncryption(Byte[], Guid)
已过时.

初始化 FileEncryption 类的新实例。

字段

KeySizeInBitsForAes256
已过时.

AES 256 的密钥大小(以位为单位)。

KeySizeInBytesForAes256
已过时.

AES 256 的密钥大小。

SchemeName
已过时.

加密方案的名称。

SchemeVersion
已过时.

加密方案的版本。

属性

KeyIdentifier
已过时.

获取密钥标识符。

方法

Dispose()
已过时.

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

Dispose(Boolean)
已过时.

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

GetContentKey()
已过时.

获取内容密钥。

GetInitializationVectorForFile(String)
已过时.

获取文件的初始化向量。

GetTransform(String)
已过时.

获取文件加密转换。

GetTransform(String, Int64)
已过时.

获取文件加密转换。

GetTransform(UInt64)
已过时.

获取文件加密转换。

GetTransform(UInt64, Int64)
已过时.

获取文件加密转换。

IsInitializationVectorPresent(String)
已过时.

确定指定文件名是否存在初始化向量。

SetInitializationVectorForFile(String, UInt64)
已过时.

设置文件的初始化向量。

适用于