CertificateOperations.CreateCertificateFromPfx Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateCertificateFromPfx(Byte[], String) |
Obsoleto.
Aviso: esta operação foi preterida e será removida após fevereiro de 2024. Em vez disso, use a Extensão do Azure KeyVault . Cria um novo Certificate com base em dados de formato .pfx na memória. |
CreateCertificateFromPfx(String, String) |
Obsoleto.
Aviso: esta operação foi preterida e será removida após fevereiro de 2024. Em vez disso, use a Extensão do Azure KeyVault . Cria um novo Certificate de um arquivo .pfx. |
CreateCertificateFromPfx(Byte[], String)
- Origem:
- CertificateOperations.cs
Cuidado
This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.
Aviso: esta operação foi preterida e será removida após fevereiro de 2024. Em vez disso, use a Extensão do Azure KeyVault . Cria um novo Certificate com base em dados de formato .pfx na memória.
[System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)]
public Microsoft.Azure.Batch.Certificate CreateCertificateFromPfx (byte[] data, string password = default);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.CreateCertificateFromPfx : byte[] * string -> Microsoft.Azure.Batch.Certificate
Public Function CreateCertificateFromPfx (data As Byte(), Optional password As String = Nothing) As Certificate
Parâmetros
- data
- Byte[]
Os dados do certificado no formato .pfx.
- password
- String
A senha para acessar a chave privada do certificado. Isso poderá ser nulo se o PFX não estiver protegido por uma senha.
Retornos
Um Certificate que representa um novo certificado que não foi adicionado ao serviço do Lote.
- Atributos
Aplica-se a
CreateCertificateFromPfx(String, String)
- Origem:
- CertificateOperations.cs
Cuidado
This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.
Aviso: esta operação foi preterida e será removida após fevereiro de 2024. Em vez disso, use a Extensão do Azure KeyVault . Cria um novo Certificate de um arquivo .pfx.
[System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)]
public Microsoft.Azure.Batch.Certificate CreateCertificateFromPfx (string path, string password = default);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.CreateCertificateFromPfx : string * string -> Microsoft.Azure.Batch.Certificate
Public Function CreateCertificateFromPfx (path As String, Optional password As String = Nothing) As Certificate
Parâmetros
- path
- String
O caminho para o arquivo .pfx.
- password
- String
A senha para acessar a chave privada do certificado. Isso poderá ser nulo se o PFX não estiver protegido por uma senha.
Retornos
Um Certificate que representa um novo certificado que não foi adicionado ao serviço do Lote.
- Atributos
Aplica-se a
Azure SDK for .NET