Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Keyczar
StandardKeySetOperations
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