AsymmetricSecurityKey.HasPrivateKey 方法

定义

在派生类中重写时,获取一个值,指示私钥是否可用。

public:
 abstract bool HasPrivateKey();
public abstract bool HasPrivateKey ();
abstract member HasPrivateKey : unit -> bool
Public MustOverride Function HasPrivateKey () As Boolean

返回

如果私钥可用,则为 true;否则为 false

适用于