Share via


FileEncryptionTransform.OutputBlockSize Property

Gets the output block size.

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

Syntax

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

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

Property Value

Type: System.Int32
The output block size.

Implements

ICryptoTransform.OutputBlockSize

See Also

Reference

FileEncryptionTransform Class

Microsoft.WindowsAzure.MediaServices.Client Namespace