Unosquare.Labs.LibFprint.FingerprintGallery.AllKeys C# (CSharp) Method

AllKeys() public method

Gets all the keys registered in this gallery.
public AllKeys ( ) : string[]
return string[]
        public string[] AllKeys()
        {
            return this.InternalList.Select(s => s.Identifier).ToArray();
        }