Microsoft.IdentityModel.Tokens.DeflateCompressionProvider
A compression provider that supports compression and decompression using the Deflate algorithm.
Gets the compression algorithm.
Specifies whether compression should emphasize speed or compression size.
Set to Optimal by default.
Gets and sets the maximum deflate size in chars that will be processed.
public DeflateCompressionProvider()
Initializes a new instance of the DeflateCompressionProvider class used to compress and decompress used the Deflate algorithm.
Initializes a new instance of the DeflateCompressionProvider class used to compress and decompress used the Deflate algorithm.
The compression level to use when compressing.
Compresses the value using the Deflate algorithm.
Decompresses the value using Deflate algorithm.
Determines whether the specified compression algorithm is supported.