Goedel.Mesh.OfflineEscrowEntry.GetEscrow C# (CSharp) Method

GetEscrow() private method

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