Rijndael.Create メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Rijndael アルゴリズムを実行する暗号オブジェクトを作成します。
Create() |
Rijndael アルゴリズムを実行する暗号オブジェクトを作成します。 |
Create(String) |
古い.
Rijndael アルゴリズムの特定の実装を実行する暗号オブジェクトを作成します。 |
- ソース:
- Rijndael.cs
- ソース:
- Rijndael.cs
- ソース:
- Rijndael.cs
Rijndael アルゴリズムを実行する暗号オブジェクトを作成します。
public:
static System::Security::Cryptography::Rijndael ^ Create();
public static System.Security.Cryptography.Rijndael Create();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static System.Security.Cryptography.Rijndael Create();
static member Create : unit -> System.Security.Cryptography.Rijndael
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Create : unit -> System.Security.Cryptography.Rijndael
Public Shared Function Create () As Rijndael
戻り値
暗号オブジェクト。
- 属性
例外
連邦情報処理標準 (FIPS) モードが有効にされた状態でアルゴリズムが使用されましたが、このアルゴリズムは FIPS 準拠ではありません。
注釈
の既定の Rijndael 実装は です RijndaelManaged。
こちらもご覧ください
適用対象
.NET 9 およびその他のバージョン
製品 | バージョン |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- ソース:
- Rijndael.cs
- ソース:
- Rijndael.cs
- ソース:
- Rijndael.cs
注意事項
Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.
Rijndael アルゴリズムの特定の実装を実行する暗号オブジェクトを作成します。
public:
static System::Security::Cryptography::Rijndael ^ Create(System::String ^ algName);
public static System.Security.Cryptography.Rijndael? Create(string algName);
[System.Obsolete("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.Rijndael? Create(string algName);
public static System.Security.Cryptography.Rijndael Create(string algName);
static member Create : string -> System.Security.Cryptography.Rijndael
[<System.Obsolete("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member Create : string -> System.Security.Cryptography.Rijndael
Public Shared Function Create (algName As String) As Rijndael
パラメーター
戻り値
暗号オブジェクト。
- 属性
例外
連邦情報処理規格 (FIPS: Federal Information Processing Standard) モードが有効になっていますが、algName
パラメーターによって定義されたアルゴリズムは、FIPS 準拠ではありません。
注釈
パラメーターに algName
使用できる値は Rijndael
と System.Security.Cryptography.RijndaelManaged
です。
こちらもご覧ください
適用対象
.NET 9 およびその他のバージョン
製品 | バージョン (廃止) |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6 (7, 8, 9) |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。