C# Class Meteor.Internal.PasswordDigest

Show file Open project: hiddenswitch/Meteor-Unity

Public Properties

Property Type Description
algorithm string
digest string

Public Methods

Method Description
PasswordDigest ( string password )

Method Details

PasswordDigest() public method

public PasswordDigest ( string password )
password string

Property Details

algorithm public property

public string algorithm
return string

digest public property

public string digest
return string