CertificateOperations.CreateCertificateFromCer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateCertificateFromCer(Byte[]) |
古い.
警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 メモリ内の .cer 形式データから新しい Certificate を作成します。 |
CreateCertificateFromCer(String) |
古い.
警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 .cer ファイルから新しい Certificate を作成します。 |
CreateCertificateFromCer(Byte[])
注意事項
This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.
警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 メモリ内の .cer 形式データから新しい 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 CreateCertificateFromCer (byte[] data);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.CreateCertificateFromCer : byte[] -> Microsoft.Azure.Batch.Certificate
Public Function CreateCertificateFromCer (data As Byte()) As Certificate
パラメーター
- data
- Byte[]
.cer 形式の証明書データ。
戻り値
Certificate Batch サービスに追加されていない新しい証明書を表す 。
- 属性
適用対象
CreateCertificateFromCer(String)
注意事項
This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.
警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 .cer ファイルから新しい 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 CreateCertificateFromCer (string path);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.CreateCertificateFromCer : string -> Microsoft.Azure.Batch.Certificate
Public Function CreateCertificateFromCer (path As String) As Certificate
パラメーター
- path
- String
.cer ファイルへのパス。
戻り値
Certificate Batch サービスに追加されていない新しい証明書を表す 。
- 属性
適用対象
Azure SDK for .NET