24 [RequiresUnreferencedCode("PKCS1MaskGenerationMethod is not trim compatible because the algorithm implementation referenced by HashName might be removed.")]
30 [UnconditionalSuppressMessage("ReflectionAnalysis", "IL2026:RequiresUnreferencedCode", Justification = "The constructor of this class is marked as RequiresUnreferencedCode. Don't mark this method as RequiresUnreferencedCode because it is an override and would then need to mark the base method (and all other overrides) as well.")]
31publicoverridebyte[] GenerateMask(byte[] rgbSeed, int cbReturn)