C# Class Keyczar.KeySet

standard key set
Inheritance: IKeySet
Afficher le fichier Open project: jbtule/keyczar-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
GetKeyData ( int version ) : byte[]

Gets the binary data that the key is stored in.

KeySet ( string keySetLocation ) : System.Collections.Generic

Initializes a new instance of the KeySet class.

Method Details

GetKeyData() public méthode

Gets the binary data that the key is stored in.
public GetKeyData ( int version ) : byte[]
version int The version.
Résultat byte[]

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