Class FileDecryptionProperties
- Namespace
- ParquetSharp
- Assembly
- ParquetSharp.dll
Properties related to decrypting a parquet file.
public sealed class FileDecryptionProperties : IDisposable
- Inheritance
-
FileDecryptionProperties
- Implements
- Inherited Members
Properties
AadPrefix
public string AadPrefix { get; }
Property Value
AadPrefixVerifier
public AadPrefixVerifier? AadPrefixVerifier { get; }
Property Value
CheckPlaintextFooterIntegrity
public bool CheckPlaintextFooterIntegrity { get; }
Property Value
FooterKey
public byte[] FooterKey { get; }
Property Value
- byte[]
KeyRetriever
public DecryptionKeyRetriever? KeyRetriever { get; }
Property Value
PlaintextFilesAllowed
public bool PlaintextFilesAllowed { get; }
Property Value
Methods
ColumnKey(string)
public byte[] ColumnKey(string columPath)
Parameters
columPath
string
Returns
- byte[]
DeepClone()
public FileDecryptionProperties DeepClone()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()