Name

MaskGenerationMethod

Synopsis

public abstract class MaskGenerationMethod {
// Protected Constructors
   protected MaskGenerationMethod(  );
// Public Instance Methods
   public abstract byte[  ] GenerateMask(byte[  ] rgbSeed, int cbReturn);
}

This class creates masks used in key exchange algorithms. This is an internal class and is not instantiated directly by the programmer.

Subclasses

PKCS1MaskGenerationMethod

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.