CollectionCertStoreParameters 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CollectionCertStoreParameters() |
使用默认参数值(空和不可变 |
CollectionCertStoreParameters(ICollection<Object>) |
创建一个实例,该实例 |
CollectionCertStoreParameters(IntPtr, JniHandleOwnership) |
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。 |
CollectionCertStoreParameters()
使用默认参数值(空和不可变Collection
)创建实例CollectionCertStoreParameters
。
[Android.Runtime.Register(".ctor", "()V", "")]
public CollectionCertStoreParameters ();
- 属性
注解
使用默认参数值(空和不可变Collection
)创建实例CollectionCertStoreParameters
。
适用于 . 的 java.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
CollectionCertStoreParameters(ICollection<Object>)
创建一个实例,该实例 CollectionCertStoreParameters
将允许从指定的 Collection
证书和 CRL 检索。
[Android.Runtime.Register(".ctor", "(Ljava/util/Collection;)V", "")]
public CollectionCertStoreParameters (System.Collections.Generic.ICollection<object>? collection);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Collection;)V", "")>]
new Java.Security.Cert.CollectionCertStoreParameters : System.Collections.Generic.ICollection<obj> -> Java.Security.Cert.CollectionCertStoreParameters
参数
- collection
- ICollection<Object>
s Collection
Certificate
和 CRL
s
- 属性
注解
创建一个实例,该实例 CollectionCertStoreParameters
将允许从指定的 Collection
证书和 CRL 检索。 如果指定 Collection
包含的对象不是 Certificate
或 CRL
,则集合 CertStore
将忽略该对象。
Collection
未<复制 b></b>。 而是使用引用。 这允许调用方随后添加或删除或从中添加或删除Certificates
,从而更改集合CertStore
可用的集合集Certificates
。CRL
CRL
Collection
集合 CertStore
不会修改 . Collection
的内容。
Collection
如果一个线程将在另一个线程调用已使用此方法Collection
初始化的集合CertStore
的方法时对其进行修改,则必须Collection
具有故障快速迭代器。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
CollectionCertStoreParameters(IntPtr, JniHandleOwnership)
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。
protected CollectionCertStoreParameters (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.CollectionCertStoreParameters : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.CollectionCertStoreParameters
参数
- transfer
- JniHandleOwnership
指示 JniHandleOwnership如何处理 javaReference
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。