ICompressionProvider Interface

Definition

Provides methods for compressing and decompressing data.

C#
public interface ICompressionProvider
Derived

Properties

Algorithm

Gets the compression algorithm used by the provider.

Methods

Compress(Byte[])

Compresses the specified byte array.

Decompress(Byte[])

Decompresses the specified byte array.

IsSupportedAlgorithm(String)

Determines if a specified algorithm is supported by the provider.

Applies to

Product Versions
Microsoft Identity Model latest