예제 #1
0
        public static ISshKey GetSshKey(this PwEntry entry)
        {
            var settings = entry.GetKeeAgentSettings();
            var context  = new SprContext(entry, entry.GetDatabase(), SprCompileFlags.Deref);

            return(settings.GetSshKey(entry.Strings, entry.Binaries, context));
        }