PKCS1MaskGenerationMethod Class

Definition

Computes masks according to PKCS #1 for use by key exchange algorithms.

public ref class PKCS1MaskGenerationMethod : System::Security::Cryptography::MaskGenerationMethod
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
[System.Runtime.InteropServices.ComVisible(true)]
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type PKCS1MaskGenerationMethod = class
    inherit MaskGenerationMethod
type PKCS1MaskGenerationMethod = class
    inherit MaskGenerationMethod
[<System.Runtime.InteropServices.ComVisible(true)>]
type PKCS1MaskGenerationMethod = class
    inherit MaskGenerationMethod
Public Class PKCS1MaskGenerationMethod
Inherits MaskGenerationMethod
Inheritance
PKCS1MaskGenerationMethod
Attributes

Remarks

This class is only used by implementations of key exchange algorithms for mask generation. Application code does not use this class directly.

Constructors

PKCS1MaskGenerationMethod()

Initializes a new instance of the PKCS1MaskGenerationMethod class.

Properties

HashName

Gets or sets the name of the hash algorithm type to use for generating the mask.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GenerateMask(Byte[], Int32)

Generates and returns a mask from the specified random seed of the specified length.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also