DK11 for Python | tatukgis.pdk.TGIS_PasswordList.Check | Constructors | Methods
Check password.
# Python def Check( self, _name: str, _key: str, _value: str ) -> bool:
Name | Type | Description |
---|---|---|
_name | str | name of the item; for layers password use layer name |
_key | str | key; for layers use password keys; for example for SQL layer each password can contain to keys: 'username' and 'password'; meaning of key can be layer specific; |
_value | str | value of the name.key pair |
Type | Description |
---|---|
bool | True if _value match the password name.key pair |