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.
Supported Frameworks
CompatibleWinZipAes
See Also