Method | Description | |
---|---|---|
GetValue ( string key, bool decrypt = false ) : string | ||
InitializeLifetimeService ( ) : object | ||
SaveAll ( ) : void | ||
SetValue ( string key, string value, bool encrypt = false ) : void | ||
UserSiteSettingsStore ( ) : System |
public GetValue ( string key, bool decrypt = false ) : string | ||
key | string | |
decrypt | bool | |
return | string |
public InitializeLifetimeService ( ) : object | ||
return | object |
public SetValue ( string key, string value, bool encrypt = false ) : void | ||
key | string | |
value | string | |
encrypt | bool | |
return | void |