Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XlsxEncryptionHelper Class / EncryptOpenXml Method


In This Topic
    EncryptOpenXml Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function EncryptOpenXml( _
       ByVal inStream As Stream, _
       ByRef outStream As MemoryStream, _
       ByVal password As String _
    ) As Boolean
    'Usage
     
    
    Dim inStream As Stream
    Dim outStream As MemoryStream
    Dim password As String
    Dim value As Boolean
     
    value = XlsxEncryptionHelper.EncryptOpenXml(inStream, outStream, password)
    public static bool EncryptOpenXml( 
       Stream inStream,
       out MemoryStream outStream,
       string password
    )

    Parameters

    inStream
    outStream
    password
    See Also