C# Class Keyczar.Pbe.PbeKeyType

Inheritance: Keyczar.Util.StringType
Exibir arquivo Open project: jbtule/keyczar-dotnet

Public Methods

Method Description
PbeKeyType ( string identifier ) : System.ComponentModel

Initializes a new instance of the PbeKeyType class.

Method Details

PbeKeyType() public method

Initializes a new instance of the PbeKeyType class.
public PbeKeyType ( string identifier ) : System.ComponentModel
identifier string The identifer.
return System.ComponentModel