PKCS1MaskGenerationMethod クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キー交換アルゴリズムで使用するために PKCS #1 に従ってマスクを計算します。
public ref class PKCS1MaskGenerationMethod : System::Security::Cryptography::MaskGenerationMethod
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PKCS1MaskGenerationMethod is not trim compatible because the algorithm implementation referenced by HashName might be removed.")]
public 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.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PKCS1MaskGenerationMethod is not trim compatible because the algorithm implementation referenced by HashName might be removed.")>]
type PKCS1MaskGenerationMethod = class
inherit 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 クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| HashName |
マスクの生成に使用するハッシュ アルゴリズムの種類の名前を取得または設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GenerateMask(Byte[], Int32) |
指定した長さの指定したランダム シードからマスクを生成して返します。 |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |