SHA384.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この抽象クラスの特定の実装をインスタンス化できるようにします。
オーバーロード
| 名前 | 説明 |
|---|---|
| Create() |
SHA384の既定の実装のインスタンスを作成します。 |
| Create(String) |
古い.
SHA384の指定した実装のインスタンスを作成します。 |
Create()
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
SHA384の既定の実装のインスタンスを作成します。
public:
static System::Security::Cryptography::SHA384 ^ Create();
public static System.Security.Cryptography.SHA384 Create();
static member Create : unit -> System.Security.Cryptography.SHA384
Public Shared Function Create () As SHA384
返品
SHA384の新しいインスタンス。
例外
このアルゴリズムは Federal Information Processing Standards (FIPS) モードが有効になっている状態で使用されましたが、FIPS 互換ではありません。
こちらもご覧ください
適用対象
Create(String)
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
- ソース:
- SHA384.cs
注意事項
Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.
SHA384の指定した実装のインスタンスを作成します。
public:
static System::Security::Cryptography::SHA384 ^ Create(System::String ^ hashName);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
[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.SHA384? Create(string hashName);
public static System.Security.Cryptography.SHA384? Create(string hashName);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
public static System.Security.Cryptography.SHA384? Create(string hashName);
public static System.Security.Cryptography.SHA384 Create(string hashName);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")>]
[<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.SHA384
static member Create : string -> System.Security.Cryptography.SHA384
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")>]
static member Create : string -> System.Security.Cryptography.SHA384
Public Shared Function Create (hashName As String) As SHA384
パラメーター
返品
指定した実装を使用する SHA384 の新しいインスタンス。
- 属性
例外
hashName パラメーターで記述されたアルゴリズムは、Federal Information Processing Standards (FIPS) モードが有効になっている状態で使用されましたが、FIPS 互換ではありません。