KeyStore.TrustedCertificateEntry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| KeyStore.TrustedCertificateEntry(Certificate) |
信頼された |
| KeyStore.TrustedCertificateEntry(Certificate, ICollection<KeyStore.IEntryAttribute>) |
信頼された |
KeyStore.TrustedCertificateEntry(Certificate)
信頼されたCertificateを使用してTrustedCertificateEntryを構築します。
[Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;)V", "")]
public TrustedCertificateEntry(Java.Security.Cert.Certificate? trustedCert);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;)V", "")>]
new Java.Security.KeyStore.TrustedCertificateEntry : Java.Security.Cert.Certificate -> Java.Security.KeyStore.TrustedCertificateEntry
パラメーター
- trustedCert
- Certificate
信頼されている Certificate
- 属性
例外
trustCertificateがnullされている場合は >。
注釈
信頼されたCertificateを使用してTrustedCertificateEntryを構築します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
KeyStore.TrustedCertificateEntry(Certificate, ICollection<KeyStore.IEntryAttribute>)
信頼されたCertificateと関連するエントリ属性を持つTrustedCertificateEntryを構築します。
[Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;Ljava/util/Set;)V", "", ApiSince=26)]
public TrustedCertificateEntry(Java.Security.Cert.Certificate? trustedCert, System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute>? attributes);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;Ljava/util/Set;)V", "", ApiSince=26)>]
new Java.Security.KeyStore.TrustedCertificateEntry : Java.Security.Cert.Certificate * System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute> -> Java.Security.KeyStore.TrustedCertificateEntry
パラメーター
- trustedCert
- Certificate
信頼されている Certificate
- attributes
- ICollection<KeyStore.IEntryAttribute>
属性
- 属性
注釈
信頼されたCertificateと関連するエントリ属性を持つTrustedCertificateEntryを構築します。
指定した attributes は、新しい TrustedCertificateEntry オブジェクトに格納される前に複製されます。
1.8 で追加されました。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。