PKCS1MaskGenerationMethod | |
System.Security.Cryptography (mscorlib.dll) | class |
public class PKCS1MaskGenerationMethod : MaskGenerationMethod { // Public Constructors public PKCS1MaskGenerationMethod( ); // Public Instance Properties public string HashName{set; get; } // Public Instance Methods public override byte[ ] GenerateMask(byte[ ] rgbSeed, int cbReturn); // overrides MaskGenerationMethod } This class creates masks used as part of OAEP key exchange formatting. This is an internal class, and is not instantiated directly by the programmer. Hierarchy System.Object MaskGenerationMethod PKCS1MaskGenerationMethod |