FileEncryptionTransform Class
Provides a file encryption transformation.
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MediaServices.Client.FileEncryptionTransform
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Class FileEncryptionTransform _
Implements ICryptoTransform, IDisposable
'Usage
Dim instance As FileEncryptionTransform
public class FileEncryptionTransform : ICryptoTransform,
IDisposable
public ref class FileEncryptionTransform : ICryptoTransform,
IDisposable
type FileEncryptionTransform =
class
interface ICryptoTransform
interface IDisposable
end
public class FileEncryptionTransform implements ICryptoTransform, IDisposable
The FileEncryptionTransform type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanReuseTransform | Gets a value indicating whether the current transform can be reused. | |
CanTransformMultipleBlocks | Gets a value indicating whether multiple blocks can be transformed. | |
FileOffset | Gets or sets the file offset. | |
InputBlockSize | Gets the input block size. | |
OutputBlockSize | Gets the output block size. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TransformBlock | Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array. | |
TransformFinalBlock | Transforms the specified region of the specified byte array. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.