ICompressionProvider Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for compressing and decompressing data.
C#
public interface ICompressionProvider
type ICompressionProvider = interface
Public Interface ICompressionProvider
- Derived
Algorithm |
Gets the compression algorithm used by the provider. |
Compress(Byte[]) |
Compresses the specified byte array. |
Decompress(Byte[]) |
Decompresses the specified byte array. |
Is |
Determines if a specified algorithm is supported by the provider. |
Product | Versions |
---|---|
Microsoft Identity Model | latest |