Class EPPlusDecryptionInfo
Decryption information passed to the sensitivity label handler
Inheritance
System.Object
EPPlusDecryptionInfo
Implements
OfficeOpenXml.Interfaces.SensitivityLabels.IPackageInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Encryption
Assembly: EPPlus.dll
Syntax
public class EPPlusDecryptionInfo : IPackageInfo
Properties
ActiveLabelId
If a new sensibility label has been set, this property contains the id of the new label.
Declaration
public string ActiveLabelId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PackageStream
The package stream
Declaration
public MemoryStream PackageStream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.MemoryStream |
ProtectionInformation
Protection information passed to the sensitivity label handler
Declaration
public object ProtectionInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Implements
OfficeOpenXml.Interfaces.SensitivityLabels.IPackageInfo