Goedel.Mesh.OfflineEscrowEntry.GetEscrow C# (CSharp) 메소드

GetEscrow() 개인적인 메소드

private GetEscrow ( string UDF ) : Key
UDF string
리턴 Goedel.Cryptography.Jose.Key
        Key GetEscrow (string UDF) {
            var KP = KeyPair.FindLocal(UDF);
            return Key.GetPrivate(KP);
            }