# ValidateKey Method Validates the provided key. ## Definition **Namespace:** CapyKit.Helpers **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4 **C#** ``` C# public bool ValidateKey( string providedKey ) ``` **F#** ``` F# member ValidateKey : providedKey : string -> bool ``` #### Parameters