CertificateOperations.CreateCertificateFromCer メソッド

定義

オーバーロード

CreateCertificateFromCer(Byte[])
古い.

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

CreateCertificateFromCer(String)
古い.

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

CreateCertificateFromCer(Byte[])

ソース:
CertificateOperations.cs

注意事項

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)

ソース:
CertificateOperations.cs

注意事項

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 サービスに追加されていない新しい証明書を表す 。

属性

適用対象