Keyczar.MutableKeySet.ForceKeyDataChange C# (CSharp) Method

ForceKeyDataChange() public method

Forces the flag for the says the key data has change.
public ForceKeyDataChange ( ) : void
return void
        public void ForceKeyDataChange()
        {
            onlyMetaChanged = false;
        }