Share via


FileEncryptionTransform.CanReuseTransform Property

Gets a value indicating whether the current transform can be reused.

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

Syntax

'Declaration
Public ReadOnly Property CanReuseTransform As Boolean 
    Get
'Usage
Dim instance As FileEncryptionTransform 
Dim value As Boolean 

value = instance.CanReuseTransform
public bool CanReuseTransform { get; }
public:
virtual property bool CanReuseTransform {
    bool get () sealed;
}
abstract CanReuseTransform : bool 
override CanReuseTransform : bool
final function get CanReuseTransform () : boolean

Property Value

Type: System.Boolean
true if the current transform can be reused; otherwise, false.

Implements

ICryptoTransform.CanReuseTransform

See Also

Reference

FileEncryptionTransform Class

Microsoft.WindowsAzure.MediaServices.Client Namespace