Goedel.Mesh.PublicKey.Verify C# (CSharp) 메소드

Verify() 공개 메소드

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

Same methods

PublicKey::Verify ( string TestUDF ) : bool