PKCS1MaskGenerationMethod Class
Computes masks according to PKCS #1 for use by key exchange algorithms.
Assembly: mscorlib (in mscorlib.dll)
System.Security.Cryptography.MaskGenerationMethod
System.Security.Cryptography.PKCS1MaskGenerationMethod
| Name | Description | |
|---|---|---|
![]() | PKCS1MaskGenerationMethod() | Initializes a new instance of the PKCS1MaskGenerationMethod class. |
| Name | Description | |
|---|---|---|
![]() | HashName | Gets or sets the name of the hash algorithm type to use for generating the mask. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GenerateMask(Byte(), Int32) | Generates and returns a mask from the specified random seed of the specified length.(Overrides MaskGenerationMethod.GenerateMask(Byte(), Int32).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is only used by implementations of key exchange algorithms for mask generation. Application code does not use this class directly.
Available since 1.1
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


