FileEncryptionTransform.InputBlockSize Property

Gets the input block size.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property InputBlockSize As Integer 
    Get
'Usage
Dim instance As FileEncryptionTransform 
Dim value As Integer 

value = instance.InputBlockSize
public int InputBlockSize { get; }
public:
virtual property int InputBlockSize {
    int get () sealed;
}
abstract InputBlockSize : int 
override InputBlockSize : int
final function get InputBlockSize () : int

Property Value

Type: System.Int32
The input block size.

Implements

ICryptoTransform.InputBlockSize

See Also

Reference

FileEncryptionTransform Class

Microsoft.WindowsAzure.MediaServices.Client Namespace