Keyczar.KeySet.KeySet C# (CSharp) Method

KeySet() public method

Initializes a new instance of the KeySet class.
public KeySet ( string keySetLocation ) : System.Collections.Generic
keySetLocation string The key set location.
return System.Collections.Generic
        public KeySet(string keySetLocation)
        {
            _location = keySetLocation;
        }