C# Class Keyczar.StandardKeySetOperations

Extension Methods for IKeySet
Mostrar archivo Open project: jbtule/keyczar-dotnet

Public Methods

Method Description
GetKey ( this keySet, int version ) : Key

Get's deep copy of Key from IKeyset

Method Details

GetKey() public static method

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