2 references to MaxDecompressedSize
System.IdentityModel (2)
System\IdentityModel\DeflateCookieTransform.cs (2)
70
if ( decompressedStream.Length >
MaxDecompressedSize
)
72
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new SecurityTokenException( SR.GetString( SR.ID1068,
MaxDecompressedSize
) ) );