Certificate.HasPrivateKey プロパティ

定義

証明書に秘密キーがあるかどうかを示す値を取得します。

public:
 property bool HasPrivateKey { bool get(); };
bool HasPrivateKey();
public bool HasPrivateKey { get; }
var boolean = certificate.hasPrivateKey;
Public ReadOnly Property HasPrivateKey As Boolean

プロパティ値

Boolean

bool

証明書に秘密キーがある場合は True。それ以外の場合は false。

適用対象