C# Class Keyczar.StandardKeySetOperations

Extension Methods for IKeySet
Afficher le fichier Open project: jbtule/keyczar-dotnet

Méthodes publiques

Méthode Description
GetKey ( this keySet, int version ) : Key

Get's deep copy of Key from IKeyset

Method Details

GetKey() public static méthode

Get's deep copy of Key from IKeyset
public static GetKey ( this keySet, int version ) : Key
keySet this The keyset.
version int The version.
Résultat Key