ABNSAM.ABnoteSAM.VerifyPIN C# (CSharp) Méthode

VerifyPIN() public méthode

public VerifyPIN ( string PIN ) : string
PIN string
Résultat string
        public string VerifyPIN(string PIN)
        {
            return Send("80200000" + Util.AddHexLength(PIN));
        }