SHA384.Create Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Permite que implementações específicas desta classe abstrata sejam instanciadas.
Sobrecargas
| Name | Description |
|---|---|
| Create() |
Cria uma instância da implementação padrão de SHA384. |
| Create(String) |
Obsoleto.
Cria uma instância de uma implementação especificada de SHA384. |
Create()
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
Cria uma instância da implementação padrão de 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
Devoluções
Uma nova instância de SHA384.
Exceções
O algoritmo foi usado com o modo Federal Information Processing Standards (FIPS) ativado, mas não é compatível com FIPS.
Ver também
Aplica-se a
Create(String)
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
- Origem:
- SHA384.cs
Atenção
Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.
Cria uma instância de uma implementação especificada de 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
Parâmetros
Devoluções
Uma nova instância de SHA384 usar a implementação especificada.
- Atributos
Exceções
O algoritmo descrito pelo hashName parâmetro foi usado com o modo Federal Information Processing Standards (FIPS) ativado, mas não é compatível com FIPS.