PKCS1MaskGenerationMethod 類別

定義

根據金鑰交換演算法所使用的 PKCS #1,來計算遮罩。

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
繼承
PKCS1MaskGenerationMethod
屬性

備註

這個類別只能由金鑰交換演算法的實作用於遮罩產生。 應用程式程式碼不會直接使用此類別。

建構函式

PKCS1MaskGenerationMethod()

初始化 PKCS1MaskGenerationMethod 類別的新執行個體。

屬性

HashName

取得或設定要用於產生遮罩的雜湊演算法類型名稱。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GenerateMask(Byte[], Int32)

從所指定長度之指定隨機種子,產生並傳回遮罩。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱