Goedel.Mesh.PublicKey.Verify C# (CSharp) Method

Verify() public method

Unpack that the public key parameters match the UDF fingerprint.
public Verify ( ) : bool
return bool
        public bool Verify() {
            return Verify(UDF);
            }

Same methods

PublicKey::Verify ( string TestUDF ) : bool