C# Class EncryptedType.SeekableTypeAttribute

Inheritance: InstanceLevelAspect, ISeekableType
Show file Open project: jkuemerle/EncryptedType

Protected Properties

Property Type Description
_iterations int

Private Properties

Property Type Description
HashValue string

Public Methods

Method Description
RuntimeInitialize ( Type type ) : void

Private Methods

Method Description
HashValue ( string Value ) : string

Method Details

RuntimeInitialize() public method

public RuntimeInitialize ( Type type ) : void
type System.Type
return void

Property Details

_iterations protected property

protected int _iterations
return int