CertificateAttributes クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
証明書管理属性。
public class CertificateAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type CertificateAttributes = class
inherit Attributes
Public Class CertificateAttributes
Inherits Attributes
- 継承
コンストラクター
CertificateAttributes() |
CertificateAttributes クラスの新しいインスタンスを初期化します。 |
CertificateAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String) |
CertificateAttributes クラスの新しいインスタンスを初期化します。 |
プロパティ
Created |
作成時刻を UTC で取得します。 (継承元 Attributes) |
Enabled |
オブジェクトが有効かどうかを取得または設定します。 (継承元 Attributes) |
Expires |
有効期限を UTC で取得または設定します。 (継承元 Attributes) |
NotBefore |
UTC の日付より前でない値を取得または設定します。 (継承元 Attributes) |
RecoveryLevel |
取得には、現在のコンテナー内の証明書に対して現在有効になっている削除回復レベルが反映されます。 "Purgeable" が含まれている場合は、特権ユーザーが証明書を完全に削除できます。それ以外の場合は、保持間隔の最後に証明書を消去できるのはシステムだけです。 使用可能な値は、'Purgeable'、'Recoverable+Purgeable'、'Recoverable'、'Recoverable+ProtectedSubscription' です。 |
Updated |
UTC で最終更新時刻を取得します。 (継承元 Attributes) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET