CertificateOperations.CreateCertificateFromPfx メソッド

定義

オーバーロード

CreateCertificateFromPfx(Byte[], String)
古い.

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 メモリ内の .pfx 形式データから新しい Certificate を作成します。

CreateCertificateFromPfx(String, String)
古い.

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 .pfx ファイルから新しい Certificate を作成します。

CreateCertificateFromPfx(Byte[], String)

ソース:
CertificateOperations.cs

注意事項

This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 メモリ内の .pfx 形式データから新しい Certificate を作成します。

[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

パラメーター

data
Byte[]

.pfx 形式の証明書データ。

password
String

証明書の秘密キーにアクセスするためのパスワード。 PFX がパスワードで保護されていない場合、null になる可能性があります。

戻り値

Certificate Batch サービスに追加されていない新しい証明書を表す 。

属性

適用対象

CreateCertificateFromPfx(String, String)

ソース:
CertificateOperations.cs

注意事項

This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 .pfx ファイルから新しい Certificate を作成します。

[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

パラメーター

path
String

.pfx ファイルへのパス。

password
String

証明書の秘密キーにアクセスするためのパスワード。 PFX がパスワードで保護されていない場合、null になる可能性があります。

戻り値

Certificate Batch サービスに追加されていない新しい証明書を表す 。

属性

適用対象