FileEncryption.IsInitializationVectorPresent Method

Determines whether the initialization vector is present for the specified file name.

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

Syntax

'Declaration
Public Function IsInitializationVectorPresent ( _
    fileName As String _
) As Boolean
'Usage
Dim instance As FileEncryption 
Dim fileName As String 
Dim returnValue As Boolean 

returnValue = instance.IsInitializationVectorPresent(fileName)
public bool IsInitializationVectorPresent(
    string fileName
)
public:
bool IsInitializationVectorPresent(
    String^ fileName
)
member IsInitializationVectorPresent : 
        fileName:string -> bool
public function IsInitializationVectorPresent(
    fileName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the initialization vector is present for the specified file; otherwise, false.

See Also

Reference

FileEncryption Class

Microsoft.WindowsAzure.MediaServices.Client Namespace