CertificateRequest.CertificateExtensions プロパティ

定義

証明書または証明書要求に含める 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 コレクション。

適用対象