FileEncryptionTransform.CanTransformMultipleBlocks Property
Gets a value indicating whether multiple blocks can be transformed.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CanTransformMultipleBlocks As Boolean
Get
'Usage
Dim instance As FileEncryptionTransform
Dim value As Boolean
value = instance.CanTransformMultipleBlocks
public bool CanTransformMultipleBlocks { get; }
public:
virtual property bool CanTransformMultipleBlocks {
bool get () sealed;
}
abstract CanTransformMultipleBlocks : bool
override CanTransformMultipleBlocks : bool
final function get CanTransformMultipleBlocks () : boolean
Property Value
Type: System.Boolean
true if the multiple blocks can be transformed; otherwise, false.
Implements
ICryptoTransform.CanTransformMultipleBlocks