CertPath コンストラクター

定義

オーバーロード

CertPath(String)

CertPath指定した型の を作成します。

CertPath(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

CertPath(String)

CertPath指定した型の を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
protected CertPath (string? type);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Security.Cert.CertPath : string -> Java.Security.Cert.CertPath

パラメーター

type
String

このパスの s 型の Certificate標準名

属性

注釈

CertPath指定した型の を作成します。

ほとんどのユーザーは を使用 CertificateFactory して を作成 CertPathする必要があるため、このコンストラクターは保護されています。

java.security.cert.CertPath.CertPath(java.lang.String)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

CertPath(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected CertPath (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.CertPath : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.CertPath

パラメーター

javaReference
IntPtr

nativeint

IntPtrJava ネイティブ インターフェイス (JNI) オブジェクト参照を含む 。

transfer
JniHandleOwnership

処理方法を示す 。JniHandleOwnershipjavaReference

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象