RsaSecurityKey.HasPrivateKey Método
Definição
Obtém um valor que indica se a chave privada está disponível.Gets a value that indicates whether the private key is available.
public:
override bool HasPrivateKey();
public override bool HasPrivateKey ();
override this.HasPrivateKey : unit -> bool
Public Overrides Function HasPrivateKey () As Boolean
Retornos
true quando a chave privada está disponível; caso contrário, false.true when the private key is available; otherwise, false.