Share via


ManagedHelper.DecryptDocument Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Decrypts the password protected document.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Sub DecryptDocument ( _
    ByRef document As String, _
    password As String _
)
'Usage
Dim instance As ManagedHelper 
Dim document As String 
Dim password As String

instance.DecryptDocument(document, password)
public void DecryptDocument(
    ref string document,
    string password
)
public:
virtual void DecryptDocument(
    String^% document, 
    String^ password
) sealed
abstract DecryptDocument : 
        document:string byref * 
        password:string -> unit  
override DecryptDocument : 
        document:string byref * 
        password:string -> unit
public final function DecryptDocument(
    document : String, 
    password : String
)

Parameters

Implements

IDTSManagedHelper100.DecryptDocument(String%, String)

See Also

Reference

ManagedHelper Class

Microsoft.SqlServer.Dts.Runtime Namespace