Keyczar.KeySet.KeySet C# (CSharp) Méthode

KeySet() public méthode

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