CertificateRequest.CertificateExtensions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
証明書または証明書要求に含める X.509 証明書拡張コレクション (変更可能コレクション) を取得します。
public:
property System::Collections::ObjectModel::Collection<System::Security::Cryptography::X509Certificates::X509Extension ^> ^ CertificateExtensions { System::Collections::ObjectModel::Collection<System::Security::Cryptography::X509Certificates::X509Extension ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Security.Cryptography.X509Certificates.X509Extension> CertificateExtensions { get; }
member this.CertificateExtensions : System.Collections.ObjectModel.Collection<System.Security.Cryptography.X509Certificates.X509Extension>
Public ReadOnly Property CertificateExtensions As Collection(Of X509Extension)
プロパティ値
証明書または証明書要求に含める X.509 Certificate Extensions コレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET