class Metasploit::Credential::Core

Core credential that combines {#private}, {#public}, and/or {#realm} so that {Metasploit::Credential::Private} or {Metasploit::Credential::Public} that are gathered from a {Metasploit::Credential::Realm} are properly scoped when used.

A core credential must always have an {#origin}, but only needs 1 of {#private}, {#public}, or {#realm} set.