FileEncryption.GetTransform 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
GetTransform(String) |
Gets the file encryption transform. |
GetTransform(UInt64) |
Gets the file encryption transform. |
GetTransform(String, Int64) |
Gets the file encryption transform. |
GetTransform(UInt64, Int64) |
Gets the file encryption transform. |
GetTransform(String)
Gets the file encryption transform.
public Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform GetTransform (string fileName);
member this.GetTransform : string -> Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform
Public Function GetTransform (fileName As String) As FileEncryptionTransform
Parameters
- fileName
- String
Name of the file.
Returns
The transform.
Applies to
GetTransform(UInt64)
Gets the file encryption transform.
public Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform GetTransform (ulong initializationVector);
member this.GetTransform : uint64 -> Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform
Public Function GetTransform (initializationVector As ULong) As FileEncryptionTransform
Parameters
- initializationVector
- UInt64
The initialization vector.
Returns
The transform.
Applies to
GetTransform(String, Int64)
Gets the file encryption transform.
public Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform GetTransform (string fileName, long fileOffset);
member this.GetTransform : string * int64 -> Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform
Public Function GetTransform (fileName As String, fileOffset As Long) As FileEncryptionTransform
Parameters
- fileName
- String
Name of the file.
- fileOffset
- Int64
The file offset.
Returns
The transform.
Applies to
GetTransform(UInt64, Int64)
Gets the file encryption transform.
public Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform GetTransform (ulong initializationVector, long fileOffset);
member this.GetTransform : uint64 * int64 -> Microsoft.Azure.Management.Media.StorageEncryption.FileEncryptionTransform
Public Function GetTransform (initializationVector As ULong, fileOffset As Long) As FileEncryptionTransform
Parameters
- initializationVector
- UInt64
The initialization vector.
- fileOffset
- Int64
The file offset.
Returns
The transform.