Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / XceedCompressedStream Class / EncryptionPassword Property


In This Topic
    EncryptionPassword Property (XceedCompressedStream)
    In This Topic
    Gets or sets the encryption password that will be used to encrypt the files in the stream.
    Syntax
    'Declaration
     
    
    Public Property EncryptionPassword As String
    'Usage
     
    
    Dim instance As XceedCompressedStream
    Dim value As String
     
    instance.EncryptionPassword = value
     
    value = instance.EncryptionPassword
    public string EncryptionPassword {get; set;}

    Property Value

    A string containing the encryption password that will be used to encrypt the files in the stream.
    Remarks
    The encryption used is Compatible and not WinZipAes.
    Supported Frameworks
    CompatibleWinZipAes
    See Also