mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 02:45:05 -06:00
1.1 KiB
1.1 KiB
ValidateKey Method
Validates the provided key.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.4
C#
public bool ValidateKey(
string providedKey
)
F#
member ValidateKey :
providedKey : string -> bool
Parameters
- String
- The provided key.
Return Value
Boolean
True if it succeeds, false if it fails.
See Also
Reference
KeyHelper Class
CapyKit.Helpers Namespace
GetMasterKey()
SetMasterKeyAccessor(Func(Byte[]))
masterKeyAccessor