AsymmetricSecurityKey.HasPrivateKey Método

Definição

Quando substituído em uma classe derivada, obtém um valor que indica se a chave privada está disponível.When overridden in a derived class, gets a value that indicates whether the private key is available.

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

Retornos

Boolean

true quando a chave privada está disponível; caso contrário, false.true when the private key is available; otherwise, false.

Aplica-se a