Goedel.Mesh.OfflineEscrowEntry.GetEscrow C# (CSharp) Méthode

GetEscrow() private méthode

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