C# Class AuthBridge.Web.Services.FederationContext

Inheritance: IFederationContext
Datei anzeigen Open project: Teleopti/authbridge

Private Properties

Property Type Description

Public Methods

Method Description
Destroy ( ) : void
GetValue ( string key ) : string
SetValue ( string key, string value ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

GetValue() public method

public GetValue ( string key ) : string
key string
return string

SetValue() public method

public SetValue ( string key, string value ) : void
key string
value string
return void